Home
last modified time | relevance | path

Searched refs:calculateInheritanceModel (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftCXXABI.cpp188 MSInheritanceModel CXXRecordDecl::calculateInheritanceModel() const { in calculateInheritanceModel() function in CXXRecordDecl
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h1748 MSInheritanceModel calculateInheritanceModel() const;
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp4056 if (RD->calculateInheritanceModel() == ExplicitModel) in checkMSInheritanceAttrOnDefinition()
4059 if (RD->calculateInheritanceModel() <= ExplicitModel) in checkMSInheritanceAttrOnDefinition()
H A DSemaType.cpp8509 IM = RD->calculateInheritanceModel(); in assignInheritanceModel()