Home
last modified time | relevance | path

Searched refs:isInheritingConstructor (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DInterp.cpp350 if (CD && CD->isInheritingConstructor()) { in CheckCallable()
359 if (CD && CD->isInheritingConstructor()) in CheckCallable()
H A DState.cpp146 if (CD->isInheritingConstructor()) { in addCallStack()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp400 if (CD->isInheritingConstructor()) in shouldSkipFunction()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp763 if (Constructor->isInheritingConstructor()) { in addedMember()
2609 bool isInheritingConstructor = in CreateDeserialized() local
2613 isInheritingConstructor, hasTrailingExplicit); in CreateDeserialized()
2618 Result->setInheritingConstructor(isInheritingConstructor); in CreateDeserialized()
H A DExprConstant.cpp5564 if (CD && CD->isInheritingConstructor()) { in CheckConstexprFunction()
5573 if (CD && CD->isInheritingConstructor()) in CheckConstexprFunction()
H A DASTImporter.cpp3501 if (FromConstructor->isInheritingConstructor()) { in VisitFunctionDecl()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h2663 bool isInheritingConstructor() const { in isInheritingConstructor() function
2675 return isInheritingConstructor() ? in getInheritedConstructor()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6071 AST_MATCHER(CXXConstructorDecl, isInheritingConstructor) { in AST_MATCHER() argument
6072 return Node.isInheritingConstructor(); in AST_MATCHER()
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp7321 FromTU, cxxConstructorDecl(isInheritingConstructor())); in TEST_P()
7323 ASSERT_TRUE(FromD->isInheritingConstructor()); in TEST_P()
7327 EXPECT_TRUE(ToD->isInheritingConstructor()); in TEST_P()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp2106 if (D->isInheritingConstructor()) { in VisitCXXConstructorDecl()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp1651 cast<CXXConstructorDecl>(D)->isInheritingConstructor() && in getFunctionLinkage()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp129 if (Ctor && Ctor->isInheritingConstructor()) in NoteDeletedFunction()
266 if (Ctor && Ctor->isInheritingConstructor()) in DiagnoseUseOfDecl()
H A DTreeTransform.h3291 if (Constructor->isInheritingConstructor()) in RebuildCXXConstructExpr()