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

  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 818 if (Types.getContext().ZeroBitfieldFollowsNonBitfield(FD, LastFD)) {
    [all...]
CGExprConstant.cpp 389 if (CGM.getContext().ZeroBitfieldFollowsNonBitfield((*Field), LastFD)) {
489 if (CGM.getContext().ZeroBitfieldFollowsNonBitfield((*Field), LastFD)) {
    [all...]
CGDebugInfo.cpp 805 if (CGM.getContext().ZeroBitfieldFollowsNonBitfield((field), LastFD)) {
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 462 /// ZeroBitfieldFollowsNonBitfield - return 'true" if 'FD' is a zero-length
464 bool ZeroBitfieldFollowsNonBitfield(const FieldDecl *FD,
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
ASTContext.cpp 619 bool ASTContext::ZeroBitfieldFollowsNonBitfield(const FieldDecl *FD,
    [all...]

Completed in 54 milliseconds