Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp9745 auto SecondName = SecondTD->getDeclName(); in diagnoseOdrViolations() local
9746 if (FirstName != SecondName) { in diagnoseOdrViolations()
9752 << IsTypeAlias << SecondName; in diagnoseOdrViolations()
9765 << IsTypeAlias << SecondName << SecondType; in diagnoseOdrViolations()
9778 auto SecondName = SecondVD->getDeclName(); in diagnoseOdrViolations() local
9779 if (FirstName != SecondName) { in diagnoseOdrViolations()
9785 << SecondName; in diagnoseOdrViolations()
9798 << SecondName << SecondType; in diagnoseOdrViolations()
9814 << SecondName << (SecondInit == nullptr) in diagnoseOdrViolations()
9826 << SecondName << SecondInit->getSourceRange(); in diagnoseOdrViolations()
[all …]