Searched refs:calculateInheritanceModel (Results 1 – 4 of 4) sorted by relevance
222 MSInheritanceModel CXXRecordDecl::calculateInheritanceModel() const { in calculateInheritanceModel() function in CXXRecordDecl
1838 MSInheritanceModel calculateInheritanceModel() const;
4464 if (RD->calculateInheritanceModel() == ExplicitModel) in mergeAlwaysInlineAttr() 4467 if (RD->calculateInheritanceModel() <= ExplicitModel) in mergeInternalLinkageAttr()
9274 IM = RD->calculateInheritanceModel(); in RequireLiteralType()