Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp10398 SecondMethodType; in diagnoseOdrViolations() local
10407 SecondMethodType = GetMethodTypeForDiagnostics(SecondMethod); in diagnoseOdrViolations()
10416 auto DiagMethodNote = [&ODRDiagDeclNote, SecondMethod, SecondMethodType, in diagnoseOdrViolations()
10420 << SecondMethodType << SecondName; in diagnoseOdrViolations()
10423 if (FirstMethodType != SecondMethodType || FirstName != SecondName) { in diagnoseOdrViolations()