Searched refs:isPolymorphic (Results 1 – 11 of 11) sorted by relevance
88 if (RD->isPolymorphic() && !Base->isPolymorphic()) in usesMultipleInheritanceModel()113 return this->isPolymorphic() ? MSIM_MultiplePolymorphic : MSIM_Multiple; in getMSInheritanceModel()114 return this->isPolymorphic() ? MSIM_SinglePolymorphic : MSIM_Single; in getMSInheritanceModel()
508 if (!BaseDecl->isPolymorphic()) in Collect()
382 if (!BaseDecl->isPolymorphic()) in dump()2810 if (!RD->isPolymorphic()) in AddMethods()
37 if (RD->isPolymorphic() && E->isGLValue()) in isPotentiallyEvaluated()
194 if (BaseClassDecl->isPolymorphic()) in setBases()
1872 if (!RD->isPolymorphic()) in computeKeyFunction()
853 if (!cast<CXXRecordDecl>(RT->getDecl())->isPolymorphic()) in canTypeidThrow()
384 if (RecordD->isPolymorphic() && E->isGLValue()) { in BuildCXXTypeId()2379 if (PointeeRD->isPolymorphic() && !PointeeRD->hasAttr<FinalAttr>()) { in ActOnCXXDelete()3306 return RD->isPolymorphic(); in EvaluateUnaryTypeTrait()
664 if (!cast<CXXRecordDecl>(SrcDecl)->isPolymorphic()) { in CheckDynamicCast()
4368 if (Record->isPolymorphic() && !Record->isDependentType()) { in CheckCompletedCXXClass()
1103 bool isPolymorphic() const { return data().Polymorphic; } in isPolymorphic() function