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