Lines Matching refs:FirstField
9630 StringRef SecondModule, FieldDecl *FirstField,
9632 IdentifierInfo *FirstII = FirstField->getIdentifier();
9635 ODRDiagDeclError(FirstRecord, FirstModule, FirstField->getLocation(),
9636 FirstField->getSourceRange(), FieldName)
9645 assert(getContext().hasSameType(FirstField->getType(),
9648 QualType FirstType = FirstField->getType();
9652 ODRDiagDeclError(FirstRecord, FirstModule, FirstField->getLocation(),
9653 FirstField->getSourceRange(), FieldTypeName)
9662 const bool IsFirstBitField = FirstField->isBitField();
9665 ODRDiagDeclError(FirstRecord, FirstModule, FirstField->getLocation(),
9666 FirstField->getSourceRange(), FieldSingleBitField)
9676 ComputeODRHash(FirstField->getBitWidth());
9680 ODRDiagDeclError(FirstRecord, FirstModule, FirstField->getLocation(),
9681 FirstField->getSourceRange(),
9683 << FirstII << FirstField->getBitWidth()->getSourceRange();
9695 const bool IsFirstMutable = FirstField->isMutable();
9698 ODRDiagDeclError(FirstRecord, FirstModule, FirstField->getLocation(),
9699 FirstField->getSourceRange(), FieldSingleMutable)
9707 const Expr *FirstInitializer = FirstField->getInClassInitializer();
9711 ODRDiagDeclError(FirstRecord, FirstModule, FirstField->getLocation(),
9712 FirstField->getSourceRange(), FieldSingleInitializer)
9724 ODRDiagDeclError(FirstRecord, FirstModule, FirstField->getLocation(),
9725 FirstField->getSourceRange(),