Searched refs:calculateInheritanceModel (Results 1 – 4 of 4) sorted by relevance
222 MSInheritanceModel CXXRecordDecl::calculateInheritanceModel() const { in calculateInheritanceModel() function in CXXRecordDecl
1822 MSInheritanceModel calculateInheritanceModel() const;
4672 if (RD->calculateInheritanceModel() == ExplicitModel) in checkMSInheritanceAttrOnDefinition()4675 if (RD->calculateInheritanceModel() <= ExplicitModel) in checkMSInheritanceAttrOnDefinition()
9365 IM = RD->calculateInheritanceModel(); in assignInheritanceModel()