HomeSort by relevance Sort by last modified time
    Searched refs:LastFD (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 816 const FieldDecl *LastFD = 0;
824 if (Types.getContext().ZeroBitfieldFollowsNonBitfield(FD, LastFD)) {
828 LastFD = FD;
    [all...]
CGExprConstant.cpp 381 const FieldDecl *LastFD = 0;
389 if (CGM.getContext().ZeroBitfieldFollowsNonBitfield(*Field, LastFD)) {
393 LastFD = *Field;
402 LastFD = *Field;
480 const FieldDecl *LastFD = 0;
489 if (CGM.getContext().ZeroBitfieldFollowsNonBitfield(*Field, LastFD)) {
493 LastFD = *Field;
502 LastFD = *Field;
    [all...]
CGDebugInfo.cpp 816 const FieldDecl *LastFD = 0;
824 if (CGM.getContext().ZeroBitfieldFollowsNonBitfield((field), LastFD)) {
828 LastFD = field;
836 LastFD = field;
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
ASTContext.cpp     [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 582 /// the non-bitfield \p LastFD.
584 const FieldDecl *LastFD) const;
587 /// the bitfield \p LastFD.
589 const FieldDecl *LastFD) const;
592 /// \p LastFD.
594 const FieldDecl *LastFD) const;
597 /// bitfield \p LastFD.
599 const FieldDecl *LastFD) const;
602 /// non-bitfield \p LastFD.
604 const FieldDecl *LastFD) const
    [all...]

Completed in 242 milliseconds