Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftCXXABI.cpp158 MSInheritanceAttr::Spelling CXXRecordDecl::calculateInheritanceModel() const { in calculateInheritanceModel() function in CXXRecordDecl
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h1931 MSInheritanceAttr::Spelling calculateInheritanceModel() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp3827 if (RD->calculateInheritanceModel() == SemanticSpelling) in checkMSInheritanceAttrOnDefinition()
3830 if (RD->calculateInheritanceModel() <= SemanticSpelling) in checkMSInheritanceAttrOnDefinition()
H A DSemaType.cpp7728 IM = RD->calculateInheritanceModel(); in assignInheritanceModel()