Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp10236 IdentifierInfo *SecondII = SecondField->getIdentifier(); in diagnoseOdrViolations() local
10237 if (FirstII->getName() != SecondII->getName()) { in diagnoseOdrViolations()
10243 << SecondII; in diagnoseOdrViolations()
10261 << SecondII << SecondType; in diagnoseOdrViolations()
10275 << SecondII << IsSecondBitField; in diagnoseOdrViolations()
10286 << SecondII << SecondField->getBitWidth()->getSourceRange(); in diagnoseOdrViolations()
10299 << SecondII << IsSecondMutable; in diagnoseOdrViolations()
10313 << SecondII << (SecondInitializer != nullptr); in diagnoseOdrViolations()
10329 << SecondII << SecondInitializer->getSourceRange(); in diagnoseOdrViolations()