Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp109 D->isMsStruct(Context); in isDiscreteBitFieldABI()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1316 IsMsStruct = RD->isMsStruct(Context); in InitializeLayout()
H A DDecl.cpp4588 bool RecordDecl::isMsStruct(const ASTContext &C) const { in isMsStruct() function in RecordDecl
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h4063 bool isMsStruct(const ASTContext &C) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp6913 if (Record->isMsStruct(Context) && !Context.getLangOpts().MSBitfields && in CheckCompletedCXXClass()
H A DSemaDecl.cpp16851 BitWidth = VerifyBitField(Loc, II, T, Record->isMsStruct(Context), BitWidth, in CheckFieldDecl()