Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftCXXABI.cpp222 MSInheritanceModel CXXRecordDecl::calculateInheritanceModel() const { in calculateInheritanceModel() function in CXXRecordDecl
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1822 MSInheritanceModel calculateInheritanceModel() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4672 if (RD->calculateInheritanceModel() == ExplicitModel) in checkMSInheritanceAttrOnDefinition()
4675 if (RD->calculateInheritanceModel() <= ExplicitModel) in checkMSInheritanceAttrOnDefinition()
H A DSemaType.cpp9365 IM = RD->calculateInheritanceModel(); in assignInheritanceModel()