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 325 FieldDecl *LastFD = *FI;
330 uint64_t LastFieldSize = LastFD->getBitWidthValue(Types.getContext());
767 const FieldDecl *LastFD = 0;
775 if (Types.getContext().ZeroBitfieldFollowsNonBitfield(FD, LastFD)) {
779 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     [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
ASTContext.cpp     [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 636 /// the non-bitfield \p LastFD.
638 const FieldDecl *LastFD) const;
641 /// the bitfield \p LastFD.
643 const FieldDecl *LastFD) const;
646 /// \p LastFD.
648 const FieldDecl *LastFD) const;
651 /// bitfield \p LastFD.
653 const FieldDecl *LastFD) const;
656 /// non-bitfield \p LastFD.
658 const FieldDecl *LastFD) const
    [all...]

Completed in 33 milliseconds