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.cpp486 if (!BaseDecl->isPolymorphic()) in Collect()
DVTableBuilder.cpp387 if (!BaseDecl->isPolymorphic()) in dump()
2923 if (!RD->isPolymorphic()) in AddMethods()
DExprCXX.cpp37 if (RD->isPolymorphic() && E->isGLValue()) in isPotentiallyEvaluated()
DDeclCXX.cpp196 if (BaseClassDecl->isPolymorphic()) in setBases()
DRecordLayoutBuilder.cpp1979 if (!RD->isPolymorphic()) in computeKeyFunction()
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-member-pointers.cpp153 virtual void isPolymorphic();
/external/clang/lib/ASTMatchers/Dynamic/
DMarshallers.h138 virtual bool isPolymorphic() const { return false; }
609 bool isPolymorphic() const override { return true; }
DRegistry.cpp460 bool IsPolymorphic = Matcher->isPolymorphic(); in getMatcherCompletions()
/external/clang/include/clang/AST/
DDeclCXX.h1148 bool isPolymorphic() const { return data().Polymorphic; } in isPolymorphic() function
1666 (hasDefinition() && isPolymorphic()); in nullFieldOffsetIsZero()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp935 if (!cast<CXXRecordDecl>(RT->getDecl())->isPolymorphic()) in canTypeidThrow()
DSemaExprCXX.cpp422 if (RecordD->isPolymorphic() && E->isGLValue()) { in BuildCXXTypeId()
2776 if (PointeeRD->isPolymorphic() && !PointeeRD->hasAttr<FinalAttr>()) { in ActOnCXXDelete()
3757 return !RD->isUnion() && RD->isPolymorphic(); in EvaluateUnaryTypeTrait()
DSemaCast.cpp702 if (!cast<CXXRecordDecl>(SrcDecl)->isPolymorphic()) { in CheckDynamicCast()
DSemaDeclCXX.cpp4948 if (Record->isPolymorphic() && !Record->isDependentType()) { in CheckCompletedCXXClass()
5012 (Record->isPolymorphic() || Record->getNumBases())) { in CheckCompletedCXXClass()
/external/clang/lib/CodeGen/
DCGClass.cpp1842 ClassDecl->isPolymorphic()) in EnterDtorCleanups()
1868 ClassDecl->isPolymorphic()) in EnterDtorCleanups()