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.cpp1072 auto DiagMethodNote = [&DiagNote, SecondMethod, SecondMethodType, in diagnoseMismatch() local
1081 DiagMethodNote(MethodName); in diagnoseMismatch()
1089 DiagMethodNote(MethodDeleted) << SecondDeleted; in diagnoseMismatch()
1097 DiagMethodNote(MethodDefaulted) << SecondDefaulted; in diagnoseMismatch()
1108 DiagMethodNote(MethodVirtual) << SecondPure << SecondVirtual; in diagnoseMismatch()
1121 DiagMethodNote(MethodStatic) << SecondStatic; in diagnoseMismatch()
1129 DiagMethodNote(MethodVolatile) << SecondVolatile; in diagnoseMismatch()
1137 DiagMethodNote(MethodConst) << SecondConst; in diagnoseMismatch()
1145 DiagMethodNote(MethodInline) << SecondInline; in diagnoseMismatch()
1164 DiagMethodNote(MethodParameterSingleDefaultArgument) in diagnoseMismatch()
[all …]