Home
last modified time | relevance | path

Searched refs:isMsStruct (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp110 D->isMsStruct(Context); in isDiscreteBitFieldABI()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1245 IsMsStruct = RD->isMsStruct(Context); in InitializeLayout()
H A DDecl.cpp4162 bool RecordDecl::isMsStruct(const ASTContext &C) const { in isMsStruct() function in RecordDecl
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h3807 bool isMsStruct(const ASTContext &C) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp6156 if (Record->isMsStruct(Context) && in CheckCompletedCXXClass()
H A DSemaDecl.cpp15400 BitWidth = VerifyBitField(Loc, II, T, Record->isMsStruct(Context), BitWidth, in CheckFieldDecl()