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.cpp1066 auto DiagMethodError = [&DiagError, FirstMethod, FirstMethodType, in diagnoseMismatch() local
1080 DiagMethodError(MethodName); in diagnoseMismatch()
1088 DiagMethodError(MethodDeleted) << FirstDeleted; in diagnoseMismatch()
1096 DiagMethodError(MethodDefaulted) << FirstDefaulted; in diagnoseMismatch()
1107 DiagMethodError(MethodVirtual) << FirstPure << FirstVirtual; in diagnoseMismatch()
1120 DiagMethodError(MethodStatic) << FirstStatic; in diagnoseMismatch()
1128 DiagMethodError(MethodVolatile) << FirstVolatile; in diagnoseMismatch()
1136 DiagMethodError(MethodConst) << FirstConst; in diagnoseMismatch()
1144 DiagMethodError(MethodInline) << FirstInline; in diagnoseMismatch()
1161 DiagMethodError(MethodParameterSingleDefaultArgument) in diagnoseMismatch()
[all …]