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