Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1082 DiagMethodError(MethodName); in diagnoseMismatch()
1090 DiagMethodError(MethodDeleted) << FirstDeleted; in diagnoseMismatch()
1098 DiagMethodError(MethodDefaulted) << FirstDefaulted; 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()
1189 DiagMethodError(MethodNoTemplateArguments) in diagnoseMismatch()
1251 DiagMethodError(MethodSingleBody) << HasFirstBody; in diagnoseMismatch()
[all …]