Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftCXXABI.cpp181 if (RD->isPolymorphic() && !Base->isPolymorphic()) in usesMultipleInheritanceModel()
207 (hasDefinition() && isPolymorphic()); in nullFieldOffsetIsZero()
H A DCXXInheritance.cpp523 if (!BaseDecl->isPolymorphic()) in Collect()
H A DRecordLayoutBuilder.cpp2264 if (!RD->isPolymorphic()) in computeKeyFunction()
2762 HasPolymorphicBaseClass |= BaseDecl->isPolymorphic(); in layoutNonVirtualBases()
2786 if (RD->isPolymorphic()) { in layoutNonVirtualBases()
H A DVTableBuilder.cpp386 if (!BaseDecl->isPolymorphic()) in dump()
2945 if (!RD->isPolymorphic()) in AddMethods()
H A DJSONNodeDumper.cpp485 FIELD1(isPolymorphic); in createCXXRecordDefinitionData()
H A DExprCXX.cpp143 if (RD->isPolymorphic() && E->isGLValue()) in isPotentiallyEvaluated()
H A DTextNodeDumper.cpp1931 FLAG(isPolymorphic, polymorphic); in VisitCXXRecordDecl()
H A DDeclCXX.cpp276 if (BaseClassDecl->isPolymorphic()) { in setBases()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h349 virtual bool isPolymorphic() const { return false; }
923 bool isPolymorphic() const override { return true; }
1049 bool isPolymorphic() const override { return false; }
H A DRegistry.cpp666 bool IsPolymorphic = Matcher.isPolymorphic(); in getMatcherCompletions()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp1837 ClassDecl->isPolymorphic()) in EnterDtorCleanups()
1863 ClassDecl->isPolymorphic()) in EnterDtorCleanups()
H A DMicrosoftCXXABI.cpp1094 if (RD->isPolymorphic()) in isTrivialForAArch64MSVC()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1110 if (!cast<CXXRecordDecl>(RT->getDecl())->isPolymorphic()) in canTypeidThrow()
H A DSemaExprCXX.cpp586 if (RecordD->isPolymorphic() && E->isGLValue()) { in BuildCXXTypeId()
3832 if (!PointeeRD->isPolymorphic() || PointeeRD->hasAttr<FinalAttr>()) in CheckVirtualDtorCall()
4900 return !RD->isUnion() && RD->isPolymorphic(); in EvaluateUnaryTypeTrait()
H A DSemaCast.cpp887 if (!cast<CXXRecordDecl>(SrcDecl)->isPolymorphic()) { in CheckDynamicCast()
H A DSemaDeclCXX.cpp6694 if (Record->isPolymorphic() && !Record->isDependentType()) { in CheckCompletedCXXClass()
6914 (Record->isPolymorphic() || Record->getNumBases())) { in CheckCompletedCXXClass()
9887 if (RD.isPolymorphic()) { in checkIllFormedTrivialABIStruct()
H A DTreeTransform.h11645 if (cast<CXXRecordDecl>(RecordT->getDecl())->isPolymorphic()) in TransformCXXTypeidExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1159 bool isPolymorphic() const { return data().Polymorphic; } in isPolymorphic() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3499 return cxx_record_decl->isPolymorphic(); in IsPolymorphicClass()