Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp9660 FieldDecl *SecondField) { in diagnoseOdrViolations() argument
9662 IdentifierInfo *SecondII = SecondField->getIdentifier(); in diagnoseOdrViolations()
9667 ODRDiagDeclNote(SecondModule, SecondField->getLocation(), in diagnoseOdrViolations()
9668 SecondField->getSourceRange(), FieldName) in diagnoseOdrViolations()
9675 SecondField->getType())); in diagnoseOdrViolations()
9678 QualType SecondType = SecondField->getType(); in diagnoseOdrViolations()
9684 ODRDiagDeclNote(SecondModule, SecondField->getLocation(), in diagnoseOdrViolations()
9685 SecondField->getSourceRange(), FieldTypeName) in diagnoseOdrViolations()
9692 const bool IsSecondBitField = SecondField->isBitField(); in diagnoseOdrViolations()
9697 ODRDiagDeclNote(SecondModule, SecondField->getLocation(), in diagnoseOdrViolations()
[all …]