Home
last modified time | relevance | path

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

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