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 82 /// IsMsStruct - Whether ms_struct is in effect or not
83 bool IsMsStruct;
198 Packed(false), IsMsStruct(false),
211 IsMsStruct = D->isMsStruct(Types.getContext());
772 if (IsMsStruct) {
    [all...]
CGExprConstant.cpp 382 bool IsMsStruct = RD->isMsStruct(CGM.getContext());
386 if (IsMsStruct) {
481 bool IsMsStruct = RD->isMsStruct(CGM.getContext());
486 if (IsMsStruct) {
    [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
RecordLayoutBuilder.cpp 574 unsigned IsMsStruct : 1;
648 Packed(false), IsUnion(false), IsMac68kAlign(false), IsMsStruct(false),
    [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]

Completed in 70 milliseconds