Searched refs:calculateInheritanceModel (Results 1 – 4 of 4) sorted by relevance
224 MSInheritanceModel CXXRecordDecl::calculateInheritanceModel() const { in calculateInheritanceModel() function in CXXRecordDecl
1786 MSInheritanceModel calculateInheritanceModel() const;
4550 if (RD->calculateInheritanceModel() == ExplicitModel) in checkMSInheritanceAttrOnDefinition()4553 if (RD->calculateInheritanceModel() <= ExplicitModel) in checkMSInheritanceAttrOnDefinition()
8875 IM = RD->calculateInheritanceModel(); in assignInheritanceModel()