Home
last modified time | relevance | path

Searched refs:IsMsStruct (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp620 unsigned IsMsStruct : 1; member in __anon146c45a90111::ItaniumRecordLayoutBuilder
700 IsMsStruct(false), UnfilledBitsInLastUnit(0), in ItaniumRecordLayoutBuilder()
1316 IsMsStruct = RD->isMsStruct(Context); in InitializeLayout()
1601 if (IsMsStruct) { in LayoutBitField()
1680 if (!IsMsStruct && FieldPacked && FieldSize != 0) in LayoutBitField()
1703 if (IsMsStruct && IsUnion) { in LayoutBitField()
1716 if (IsMsStruct) { in LayoutBitField()
1773 if (!IsMsStruct && in LayoutBitField()
1796 if (IsMsStruct) { in LayoutBitField()
1809 } else if (IsMsStruct && FieldSize) { in LayoutBitField()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16611 QualType FieldTy, bool IsMsStruct, in VerifyBitField() argument
16681 (IsMsStruct || Context.getTargetInfo().getCXXABI().isMicrosoft()); in VerifyBitField()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12036 QualType FieldTy, bool IsMsStruct,