Searched defs:LastFD (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp816 const FieldDecl *LastFD = 0; local
824 if (Types.getContext().ZeroBitfieldFollowsNonBitfield(FD, LastFD)) {
828 LastFD = FD;
1063 const FieldDecl *LastFD = 0; local
1074 LastFD = FD;
1081 if (getContext().ZeroBitfieldFollowsNonBitfield(FD, LastFD)) {
1085 LastFD = FD;
1090 LastFD = FD;
H A DCGExprConstant.cpp381 const FieldDecl *LastFD = 0; local
389 if (CGM.getContext().ZeroBitfieldFollowsNonBitfield(*Field, LastFD)) {
393 LastFD = *Field;
402 LastFD = *Field;
480 const FieldDecl *LastFD = 0; local
489 if (CGM.getContext().ZeroBitfieldFollowsNonBitfield(*Field, LastFD)) {
493 LastFD = *Field;
502 LastFD = *Field;
H A DCGDebugInfo.cpp816 const FieldDecl *LastFD = 0; local
824 if (CGM.getContext().ZeroBitfieldFollowsNonBitfield((field), LastFD)) {
828 LastFD = field;
836 LastFD = field;
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1723 const FieldDecl *LastFD = 0; local
1730 if (Context.ZeroBitfieldFollowsBitfield(FD, LastFD))
1734 else if (Context.ZeroBitfieldFollowsNonBitfield(FD, LastFD))
1737 else if (Context.BitfieldFollowsBitfield(FD, LastFD) ||
1738 Context.BitfieldFollowsNonBitfield(FD, LastFD) ||
1739 Context.NonBitfieldFollowsBitfield(FD, LastFD)) {
1760 FieldInfo = Context.getTypeInfo(LastFD->getType());
1765 (Context.hasSameType(LastFD->getType(),
1767 || Context.hasSameType(LastFD->getType(),
1773 LastFD
[all...]
H A DDecl.cpp2516 const FieldDecl *LastFD = 0; local
2525 if (getASTContext().ZeroBitfieldFollowsNonBitfield(*I, LastFD)) {
2529 LastFD = *I;

Completed in 230 milliseconds