Searched refs:calculateInheritanceModel (Results 1 – 4 of 4) sorted by relevance
188 MSInheritanceModel CXXRecordDecl::calculateInheritanceModel() const { in calculateInheritanceModel() function in CXXRecordDecl
1749 MSInheritanceModel calculateInheritanceModel() const;
4147 if (RD->calculateInheritanceModel() == ExplicitModel) in checkMSInheritanceAttrOnDefinition()4150 if (RD->calculateInheritanceModel() <= ExplicitModel) in checkMSInheritanceAttrOnDefinition()
8544 IM = RD->calculateInheritanceModel(); in assignInheritanceModel()