Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp10397 } FirstMethodType, in diagnoseOdrViolations() local
10406 FirstMethodType = GetMethodTypeForDiagnostics(FirstMethod); in diagnoseOdrViolations()
10410 auto DiagMethodError = [&ODRDiagDeclError, FirstMethod, FirstMethodType, in diagnoseOdrViolations()
10414 << FirstMethodType << FirstName; in diagnoseOdrViolations()
10423 if (FirstMethodType != SecondMethodType || FirstName != SecondName) { in diagnoseOdrViolations()