Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.cpp148 CD && CD->isInheritingConstructor()) { in addCallStack()
H A DInterp.cpp430 if (CD && CD->isInheritingConstructor()) { in CheckCallable()
439 if (CD && CD->isInheritingConstructor()) { in CheckCallable()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp399 if (CD->isInheritingConstructor()) in shouldSkipFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp775 if (Constructor->isInheritingConstructor()) { in addedMember()
2692 bool isInheritingConstructor = in CreateDeserialized() local
2696 isInheritingConstructor, hasTrailingExplicit); in CreateDeserialized()
2701 Result->setInheritingConstructor(isInheritingConstructor); in CreateDeserialized()
H A DExprConstant.cpp5655 if (CD && CD->isInheritingConstructor()) { in CheckConstexprFunction()
5664 if (CD && CD->isInheritingConstructor()) in CheckConstexprFunction()
H A DASTContext.cpp11665 cast<CXXConstructorDecl>(FD)->isInheritingConstructor()) in basicGVALinkageForFunction()
H A DASTImporter.cpp3822 if (FromConstructor->isInheritingConstructor()) { in VisitFunctionDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2754 bool isInheritingConstructor() const { in isInheritingConstructor() function
2766 return isInheritingConstructor() ? in getInheritedConstructor()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6319 AST_MATCHER(CXXConstructorDecl, isInheritingConstructor) { in AST_MATCHER() argument
6320 return Node.isInheritingConstructor(); in AST_MATCHER()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2319 if (D->isInheritingConstructor()) { in VisitCXXConstructorDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp132 if (Ctor && Ctor->isInheritingConstructor()) in NoteDeletedFunction()
270 if (Ctor && Ctor->isInheritingConstructor()) in DiagnoseUseOfDecl()
H A DTreeTransform.h3467 if (Constructor->isInheritingConstructor()) in RebuildCXXConstructExpr()