Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1074 auto DiagMethodNote = [&DiagNote, SecondMethod, SecondMethodType, in diagnoseMismatch() local
1083 DiagMethodNote(MethodName); in diagnoseMismatch()
1091 DiagMethodNote(MethodDeleted) << SecondDeleted; in diagnoseMismatch()
1099 DiagMethodNote(MethodDefaulted) << SecondDefaulted; in diagnoseMismatch()
1110 DiagMethodNote(MethodVirtual) << SecondPure << SecondVirtual; 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()
[all …]