Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp9882 auto SecondName = SecondTD->getDeclName(); in diagnoseOdrViolations() local
9883 if (FirstName != SecondName) { in diagnoseOdrViolations()
9889 << IsTypeAlias << SecondName; in diagnoseOdrViolations()
9902 << IsTypeAlias << SecondName << SecondType; in diagnoseOdrViolations()
9915 auto SecondName = SecondVD->getDeclName(); in diagnoseOdrViolations() local
9916 if (FirstName != SecondName) { in diagnoseOdrViolations()
9922 << SecondName; in diagnoseOdrViolations()
9935 << SecondName << SecondType; in diagnoseOdrViolations()
9951 << SecondName << (SecondInit == nullptr) in diagnoseOdrViolations()
9963 << SecondName << SecondInit->getSourceRange(); in diagnoseOdrViolations()
[all …]