Home
last modified time | relevance | path

Searched refs:isPolymorphic (Results 1 – 15 of 15) sorted by relevance

/external/clang/lib/AST/
DMicrosoftCXXABI.cpp162 if (RD->isPolymorphic() && !Base->isPolymorphic()) in usesMultipleInheritanceModel()
DCXXInheritance.cpp501 if (!BaseDecl->isPolymorphic()) in Collect()
DVTableBuilder.cpp387 if (!BaseDecl->isPolymorphic()) in dump()
2924 if (!RD->isPolymorphic()) in AddMethods()
DExprCXX.cpp37 if (RD->isPolymorphic() && E->isGLValue()) in isPotentiallyEvaluated()
DDeclCXX.cpp203 if (BaseClassDecl->isPolymorphic()) in setBases()
DRecordLayoutBuilder.cpp1992 if (!RD->isPolymorphic()) in computeKeyFunction()
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-member-pointers.cpp166 virtual void isPolymorphic();
/external/clang/lib/ASTMatchers/Dynamic/
DMarshallers.h159 virtual bool isPolymorphic() const { return false; }
630 bool isPolymorphic() const override { return true; }
DRegistry.cpp502 bool IsPolymorphic = Matcher->isPolymorphic(); in getMatcherCompletions()
/external/clang/include/clang/AST/
DDeclCXX.h1154 bool isPolymorphic() const { return data().Polymorphic; } in isPolymorphic() function
1694 (hasDefinition() && isPolymorphic()); in nullFieldOffsetIsZero()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp941 if (!cast<CXXRecordDecl>(RT->getDecl())->isPolymorphic()) in canTypeidThrow()
DSemaExprCXX.cpp422 if (RecordD->isPolymorphic() && E->isGLValue()) { in BuildCXXTypeId()
3041 if (!PointeeRD->isPolymorphic() || PointeeRD->hasAttr<FinalAttr>()) in CheckVirtualDtorCall()
4017 return !RD->isUnion() && RD->isPolymorphic(); in EvaluateUnaryTypeTrait()
DSemaCast.cpp703 if (!cast<CXXRecordDecl>(SrcDecl)->isPolymorphic()) { in CheckDynamicCast()
DSemaDeclCXX.cpp4959 if (Record->isPolymorphic() && !Record->isDependentType()) { in CheckCompletedCXXClass()
5037 (Record->isPolymorphic() || Record->getNumBases())) { in CheckCompletedCXXClass()
/external/clang/lib/CodeGen/
DCGClass.cpp1840 ClassDecl->isPolymorphic()) in EnterDtorCleanups()
1866 ClassDecl->isPolymorphic()) in EnterDtorCleanups()