Home | History | Annotate | Download | only in AST

Lines Matching defs:LastFD

1537   const FieldDecl *LastFD = 0;
1544 if (Context.ZeroBitfieldFollowsBitfield(FD, LastFD))
1548 else if (Context.ZeroBitfieldFollowsNonBitfield(FD, LastFD))
1551 else if (Context.BitfieldFollowsBitfield(FD, LastFD) ||
1552 Context.BitfieldFollowsNonBitfield(FD, LastFD) ||
1553 Context.NonBitfieldFollowsBitfield(FD, LastFD)) {
1574 FieldInfo = Context.getTypeInfo(LastFD->getType());
1579 (Context.hasSameType(LastFD->getType(),
1581 || Context.hasSameType(LastFD->getType(),
1587 LastFD && LastFD->isBitField() &&
1588 LastFD->getBitWidthValue(Context)) {
1634 LastFD = FD;
1645 LastFD && LastFD->isBitField() && LastFD->getBitWidthValue(Context)) {