Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9662 IdentifierInfo *SecondII = SecondField->getIdentifier(); in diagnoseOdrViolations() local
9663 if (FirstII->getName() != SecondII->getName()) { in diagnoseOdrViolations()
9669 << SecondII; in diagnoseOdrViolations()
9686 << SecondII << SecondType; in diagnoseOdrViolations()
9699 << SecondII << IsSecondBitField; in diagnoseOdrViolations()
9716 << SecondII << SecondField->getBitWidth()->getSourceRange(); in diagnoseOdrViolations()
9732 << SecondII << IsSecondMutable; in diagnoseOdrViolations()
9745 << SecondII << (SecondInitializer != nullptr); in diagnoseOdrViolations()
9760 << SecondII << SecondInitializer->getSourceRange(); in diagnoseOdrViolations()