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

  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 110 D->isMsStruct(Context);
    [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 602 unsigned IsMsStruct : 1;
607 /// a byte, but larger units are used if IsMsStruct.
609 /// LastBitfieldTypeSize - If IsMsStruct, represents the size of the type
663 IsUnion(false), IsMac68kAlign(false), IsMsStruct(false),
    [all...]
Decl.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 448 milliseconds