Searched refs:DiagMethodError (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1068 auto DiagMethodError = [&DiagError, FirstMethod, FirstMethodType, local
1082 DiagMethodError(MethodName);
1090 DiagMethodError(MethodDeleted) << FirstDeleted;
1098 DiagMethodError(MethodDefaulted) << FirstDefaulted;
1109 DiagMethodError(MethodVirtual) << FirstPure << FirstVirtual;
1122 DiagMethodError(MethodStatic) << FirstStatic;
1130 DiagMethodError(MethodVolatile) << FirstVolatile;
1138 DiagMethodError(MethodConst) << FirstConst;
1146 DiagMethodError(MethodInline) << FirstInline;
1163 DiagMethodError(MethodParameterSingleDefaultArgumen
[all...]

Completed in 118 milliseconds