Home | History | Annotate | Download | only in AST

Lines Matching defs:LastFD

1731   const FieldDecl *LastFD = 0;
1738 if (Context.ZeroBitfieldFollowsBitfield(FD, LastFD))
1742 else if (Context.ZeroBitfieldFollowsNonBitfield(FD, LastFD))
1745 else if (Context.BitfieldFollowsBitfield(FD, LastFD) ||
1746 Context.BitfieldFollowsNonBitfield(FD, LastFD) ||
1747 Context.NonBitfieldFollowsBitfield(FD, LastFD)) {
1768 FieldInfo = Context.getTypeInfo(LastFD->getType());
1773 (Context.hasSameType(LastFD->getType(),
1775 || Context.hasSameType(LastFD->getType(),
1781 LastFD && LastFD->isBitField() &&
1782 LastFD
1828 LastFD = FD;
1838 LastFD && LastFD->isBitField() && LastFD->getBitWidthValue(Context)) {