Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp10415 SecondMethodType; in diagnoseOdrViolations() local
10424 SecondMethodType = GetMethodTypeForDiagnostics(SecondMethod); in diagnoseOdrViolations()
10427 if (FirstMethodType != SecondMethodType || FirstName != SecondName) { in diagnoseOdrViolations()
10433 << SecondMethodType << SecondName; in diagnoseOdrViolations()
10448 << SecondMethodType << SecondName << SecondDeleted; in diagnoseOdrViolations()
10462 << SecondMethodType << SecondName << SecondDefaulted; in diagnoseOdrViolations()
10478 << SecondMethodType << SecondName << SecondPure << SecondVirtual; in diagnoseOdrViolations()
10496 << SecondMethodType << SecondName << SecondStatic; in diagnoseOdrViolations()
10509 << SecondMethodType << SecondName << SecondVolatile; in diagnoseOdrViolations()
10522 << SecondMethodType << SecondName << SecondConst; in diagnoseOdrViolations()
[all …]