Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp9770 IdentifierInfo *SecondII = SecondField->getIdentifier(); in diagnoseOdrViolations() local
9771 if (FirstII->getName() != SecondII->getName()) { in diagnoseOdrViolations()
9777 << SecondII; in diagnoseOdrViolations()
9794 << SecondII << SecondType; in diagnoseOdrViolations()
9807 << SecondII << IsSecondBitField; in diagnoseOdrViolations()
9824 << SecondII << SecondField->getBitWidth()->getSourceRange(); in diagnoseOdrViolations()
9840 << SecondII << IsSecondMutable; in diagnoseOdrViolations()
9853 << SecondII << (SecondInitializer != nullptr); in diagnoseOdrViolations()
9868 << SecondII << SecondInitializer->getSourceRange(); in diagnoseOdrViolations()