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