Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp9631 FieldDecl *SecondField) { in diagnoseOdrViolations() argument
9633 IdentifierInfo *SecondII = SecondField->getIdentifier(); in diagnoseOdrViolations()
9638 ODRDiagDeclNote(SecondModule, SecondField->getLocation(), in diagnoseOdrViolations()
9639 SecondField->getSourceRange(), FieldName) in diagnoseOdrViolations()
9646 SecondField->getType())); in diagnoseOdrViolations()
9649 QualType SecondType = SecondField->getType(); in diagnoseOdrViolations()
9655 ODRDiagDeclNote(SecondModule, SecondField->getLocation(), in diagnoseOdrViolations()
9656 SecondField->getSourceRange(), FieldTypeName) in diagnoseOdrViolations()
9663 const bool IsSecondBitField = SecondField->isBitField(); in diagnoseOdrViolations()
9668 ODRDiagDeclNote(SecondModule, SecondField->getLocation(), in diagnoseOdrViolations()
[all …]