Searched refs:calculateInheritanceModel (Results 1 – 4 of 4) sorted by relevance
222 MSInheritanceModel CXXRecordDecl::calculateInheritanceModel() const { in calculateInheritanceModel() function in CXXRecordDecl
1830 MSInheritanceModel calculateInheritanceModel() const;
4195 if (RD->calculateInheritanceModel() == ExplicitModel) in handleCallbackAttr() 4198 if (RD->calculateInheritanceModel() <= ExplicitModel) in handleCallbackAttr()
9039 IM = RD->calculateInheritanceModel(); in processTypeAttrs()