Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1144 const bool SecondInline = SecondMethod->isInlineSpecified(); in diagnoseMismatch() local
1145 if (FirstInline != SecondInline) { in diagnoseMismatch()
1147 DiagMethodNote(MethodInline) << SecondInline; in diagnoseMismatch()