Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp9670 const FieldDecl *SecondField) { in diagnoseOdrViolations() argument
9688 auto DiagNote = [SecondField, SecondModule, in diagnoseOdrViolations()
9690 return Diag(SecondField->getLocation(), in diagnoseOdrViolations()
9692 << SecondModule << SecondField->getSourceRange() << DiffType; in diagnoseOdrViolations()
9696 IdentifierInfo *SecondII = SecondField->getIdentifier(); in diagnoseOdrViolations()
9704 SecondField->getType())); in diagnoseOdrViolations()
9707 QualType SecondType = SecondField->getType(); in diagnoseOdrViolations()
9715 const bool IsSecondBitField = SecondField->isBitField(); in diagnoseOdrViolations()
9729 << SecondII << SecondField->getBitWidth()->getSourceRange(); in diagnoseOdrViolations()
9738 const bool IsSecondMutable = SecondField->isMutable(); in diagnoseOdrViolations()
[all …]