Searched refs:isPolymorphic (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftCXXABI.cpp151 if (RD->isPolymorphic() && !Base->isPolymorphic())
177 (hasDefinition() && isPolymorphic());
H A DCXXInheritance.cpp612 if (!BaseDecl->isPolymorphic())
H A DTextNodeDumper.cpp1568 FLAG(isPolymorphic, polymorphic);
H A DJSONNodeDumper.cpp443 FIELD1(isPolymorphic);
H A DVTableBuilder.cpp386 if (!BaseDecl->isPolymorphic())
2897 if (!RD->isPolymorphic())
H A DExprCXX.cpp141 if (RD->isPolymorphic() && E->isGLValue())
H A DDeclCXX.cpp264 if (BaseClassDecl->isPolymorphic()) {
H A DRecordLayoutBuilder.cpp2078 if (!RD->isPolymorphic())
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h230 virtual bool isPolymorphic() const { return false; } function in class:clang::ast_matchers::dynamic::internal::MatcherDescriptor
714 bool isPolymorphic() const override { return true; }
H A DRegistry.cpp601 bool IsPolymorphic = Matcher.isPolymorphic();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1103 if (!cast<CXXRecordDecl>(RT->getDecl())->isPolymorphic())
H A DSemaExprCXX.cpp490 if (RecordD->isPolymorphic() && E->isGLValue()) {
3589 if (!PointeeRD->isPolymorphic() || PointeeRD->hasAttr<FinalAttr>())
4608 return !RD->isUnion() && RD->isPolymorphic();
H A DSemaCast.cpp839 if (!cast<CXXRecordDecl>(SrcDecl)->isPolymorphic()) {
H A DSemaDeclCXX.cpp6382 if (Record->isPolymorphic() && !Record->isDependentType()) {
6550 (Record->isPolymorphic() || Record->getNumBases())) {
9475 if (RD.isPolymorphic()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp1814 ClassDecl->isPolymorphic())
1840 ClassDecl->isPolymorphic())
H A DMicrosoftCXXABI.cpp1076 if (RD->isPolymorphic())
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1117 bool isPolymorphic() const { return data().Polymorphic; } function in class:clang::CXXRecordDecl
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp3249 return cxx_record_decl->isPolymorphic();

Completed in 461 milliseconds