Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.cpp148 CD && CD->isInheritingConstructor()) { in addCallStack()
H A DInterp.cpp602 if (CD && CD->isInheritingConstructor()) { in CheckCallable()
611 if (CD && CD->isInheritingConstructor()) { in CheckCallable()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp399 if (CD->isInheritingConstructor()) in shouldSkipFunction()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp817 if (Constructor->isInheritingConstructor()) { in addedMember()
2745 bool isInheritingConstructor = in CreateDeserialized() local
2749 isInheritingConstructor, hasTrailingExplicit); in CreateDeserialized()
2754 Result->setInheritingConstructor(isInheritingConstructor); in CreateDeserialized()
H A DExprConstant.cpp5716 if (CD && CD->isInheritingConstructor()) { in CheckConstexprFunction()
5725 if (CD && CD->isInheritingConstructor()) in CheckConstexprFunction()
H A DASTImporter.cpp3889 if (FromConstructor->isInheritingConstructor()) { in VisitFunctionDecl()
H A DASTContext.cpp12148 cast<CXXConstructorDecl>(FD)->isInheritingConstructor()) in basicGVALinkageForFunction()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2768 bool isInheritingConstructor() const { in isInheritingConstructor() function
2780 return isInheritingConstructor() ? in getInheritedConstructor()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6343 AST_MATCHER(CXXConstructorDecl, isInheritingConstructor) { in AST_MATCHER() argument
6344 return Node.isInheritingConstructor(); in AST_MATCHER()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2301 if (D->isInheritingConstructor()) { in VisitCXXConstructorDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp135 if (Ctor && Ctor->isInheritingConstructor()) in NoteDeletedFunction()
261 if (Ctor && Ctor->isInheritingConstructor()) in DiagnoseUseOfDecl()
H A DTreeTransform.h3518 if (Constructor->isInheritingConstructor()) in RebuildCXXConstructExpr()