Searched refs:calculateInheritanceModel (Results 1 – 4 of 4) sorted by relevance
169 MSInheritanceAttr::Spelling CXXRecordDecl::calculateInheritanceModel() const { in calculateInheritanceModel() function in CXXRecordDecl
1655 MSInheritanceAttr::Spelling calculateInheritanceModel() const;
3277 if (RD->calculateInheritanceModel() == SemanticSpelling) in checkMSInheritanceAttrOnDefinition()3280 if (RD->calculateInheritanceModel() <= SemanticSpelling) in checkMSInheritanceAttrOnDefinition()
6545 IM = RD->calculateInheritanceModel(); in assignInheritanceModel()