Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp10552 SecondMethodType; in diagnoseOdrViolations() local
10561 SecondMethodType = GetMethodTypeForDiagnostics(SecondMethod); in diagnoseOdrViolations()
10564 if (FirstMethodType != SecondMethodType || FirstName != SecondName) { in diagnoseOdrViolations()
10570 << SecondMethodType << SecondName; in diagnoseOdrViolations()
10585 << SecondMethodType << SecondName << SecondDeleted; in diagnoseOdrViolations()
10599 << SecondMethodType << SecondName << SecondDefaulted; in diagnoseOdrViolations()
10615 << SecondMethodType << SecondName << SecondPure << SecondVirtual; in diagnoseOdrViolations()
10633 << SecondMethodType << SecondName << SecondStatic; in diagnoseOdrViolations()
10646 << SecondMethodType << SecondName << SecondVolatile; in diagnoseOdrViolations()
10659 << SecondMethodType << SecondName << SecondConst; in diagnoseOdrViolations()
[all …]