Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp10551 } FirstMethodType, in diagnoseOdrViolations() local
10560 FirstMethodType = GetMethodTypeForDiagnostics(FirstMethod); in diagnoseOdrViolations()
10564 if (FirstMethodType != SecondMethodType || FirstName != SecondName) { in diagnoseOdrViolations()
10567 << FirstMethodType << FirstName; in diagnoseOdrViolations()
10581 << FirstMethodType << FirstName << FirstDeleted; in diagnoseOdrViolations()
10595 << FirstMethodType << FirstName << FirstDefaulted; in diagnoseOdrViolations()
10612 << FirstMethodType << FirstName << FirstPure << FirstVirtual; in diagnoseOdrViolations()
10630 << FirstMethodType << FirstName << FirstStatic; in diagnoseOdrViolations()
10643 << FirstMethodType << FirstName << FirstVolatile; in diagnoseOdrViolations()
10656 << FirstMethodType << FirstName << FirstConst; in diagnoseOdrViolations()
[all …]