Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1083 DiagMethodNote(MethodName); in diagnoseMismatch()
1091 DiagMethodNote(MethodDeleted) << SecondDeleted; in diagnoseMismatch()
1099 DiagMethodNote(MethodDefaulted) << SecondDefaulted; in diagnoseMismatch()
1123 DiagMethodNote(MethodStatic) << SecondStatic; in diagnoseMismatch()
1131 DiagMethodNote(MethodVolatile) << SecondVolatile; in diagnoseMismatch()
1139 DiagMethodNote(MethodConst) << SecondConst; in diagnoseMismatch()
1147 DiagMethodNote(MethodInline) << SecondInline; in diagnoseMismatch()
1166 DiagMethodNote(MethodParameterSingleDefaultArgument) in diagnoseMismatch()
1191 DiagMethodNote(MethodNoTemplateArguments) in diagnoseMismatch()
1252 DiagMethodNote(MethodSingleBody) << HasSecondBody; in diagnoseMismatch()
[all …]