Lines Matching refs:SecondField
10234 FieldDecl *SecondField = cast<FieldDecl>(SecondDecl); in diagnoseOdrViolations() local
10236 IdentifierInfo *SecondII = SecondField->getIdentifier(); in diagnoseOdrViolations()
10241 ODRDiagNote(SecondField->getLocation(), SecondField->getSourceRange(), in diagnoseOdrViolations()
10250 SecondField->getType())); in diagnoseOdrViolations()
10253 QualType SecondType = SecondField->getType(); in diagnoseOdrViolations()
10259 ODRDiagNote(SecondField->getLocation(), SecondField->getSourceRange(), in diagnoseOdrViolations()
10268 const bool IsSecondBitField = SecondField->isBitField(); in diagnoseOdrViolations()
10273 ODRDiagNote(SecondField->getLocation(), SecondField->getSourceRange(), in diagnoseOdrViolations()
10284 ODRDiagNote(SecondField->getLocation(), SecondField->getSourceRange(), in diagnoseOdrViolations()
10286 << SecondII << SecondField->getBitWidth()->getSourceRange(); in diagnoseOdrViolations()
10292 const bool IsSecondMutable = SecondField->isMutable(); in diagnoseOdrViolations()
10297 ODRDiagNote(SecondField->getLocation(), SecondField->getSourceRange(), in diagnoseOdrViolations()
10305 const Expr *SecondInitializer = SecondField->getInClassInitializer(); in diagnoseOdrViolations()
10311 ODRDiagNote(SecondField->getLocation(), SecondField->getSourceRange(), in diagnoseOdrViolations()
10326 ODRDiagNote(SecondField->getLocation(), in diagnoseOdrViolations()
10327 SecondField->getSourceRange(), in diagnoseOdrViolations()