Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp10414 } FirstMethodType, in diagnoseOdrViolations() local
10423 FirstMethodType = GetMethodTypeForDiagnostics(FirstMethod); in diagnoseOdrViolations()
10427 if (FirstMethodType != SecondMethodType || FirstName != SecondName) { in diagnoseOdrViolations()
10430 << FirstMethodType << FirstName; in diagnoseOdrViolations()
10444 << FirstMethodType << FirstName << FirstDeleted; in diagnoseOdrViolations()
10458 << FirstMethodType << FirstName << FirstDefaulted; in diagnoseOdrViolations()
10475 << FirstMethodType << FirstName << FirstPure << FirstVirtual; in diagnoseOdrViolations()
10493 << FirstMethodType << FirstName << FirstStatic; in diagnoseOdrViolations()
10506 << FirstMethodType << FirstName << FirstVolatile; in diagnoseOdrViolations()
10519 << FirstMethodType << FirstName << FirstConst; in diagnoseOdrViolations()
[all …]