Searched refs:calculateInheritanceModel (Results 1 – 4 of 4) sorted by relevance
158 MSInheritanceAttr::Spelling CXXRecordDecl::calculateInheritanceModel() const { in calculateInheritanceModel() function in CXXRecordDecl
1931 MSInheritanceAttr::Spelling calculateInheritanceModel() const;
3827 if (RD->calculateInheritanceModel() == SemanticSpelling) in checkMSInheritanceAttrOnDefinition()3830 if (RD->calculateInheritanceModel() <= SemanticSpelling) in checkMSInheritanceAttrOnDefinition()
7728 IM = RD->calculateInheritanceModel(); in assignInheritanceModel()