Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DMicrosoftCXXABI.cpp169 MSInheritanceAttr::Spelling CXXRecordDecl::calculateInheritanceModel() const { in calculateInheritanceModel() function in CXXRecordDecl
/external/clang/include/clang/AST/
DDeclCXX.h1683 MSInheritanceAttr::Spelling calculateInheritanceModel() const;
/external/clang/lib/Sema/
DSemaDeclAttr.cpp3349 if (RD->calculateInheritanceModel() == SemanticSpelling) in checkMSInheritanceAttrOnDefinition()
3352 if (RD->calculateInheritanceModel() <= SemanticSpelling) in checkMSInheritanceAttrOnDefinition()
DSemaType.cpp6907 IM = RD->calculateInheritanceModel(); in assignInheritanceModel()