Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DState.cpp149 CD && CD->isInheritingConstructor()) { in addCallStack()
H A DInterp.cpp886 if (CD && CD->isInheritingConstructor()) { in CheckCallable()
900 if (CD && CD->isInheritingConstructor()) { in CheckCallable()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp421 if (CD->isInheritingConstructor()) in shouldSkipFunction()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp824 if (Constructor->isInheritingConstructor()) { in addedMember()
2945 bool isInheritingConstructor = in CreateDeserialized() local
2949 isInheritingConstructor, hasTrailingExplicit); in CreateDeserialized()
2954 Result->setInheritingConstructor(isInheritingConstructor); in CreateDeserialized()
H A DDecl.cpp3312 CD && CD->isInheritingConstructor()) in isImmediateEscalating()
3336 CD && CD->isInheritingConstructor()) in isImmediateFunction()
H A DExprConstant.cpp6005 if (CD && CD->isInheritingConstructor()) { in CheckConstexprFunction()
6014 if (CD && CD->isInheritingConstructor()) in CheckConstexprFunction()
H A DASTImporter.cpp4159 if (FromConstructor->isInheritingConstructor()) { in VisitFunctionDecl()
H A DASTContext.cpp12773 cast<CXXConstructorDecl>(FD)->isInheritingConstructor()) in basicGVALinkageForFunction()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2826 bool isInheritingConstructor() const { in isInheritingConstructor() function
2838 return isInheritingConstructor() ? in getInheritedConstructor()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6389 AST_MATCHER(CXXConstructorDecl, isInheritingConstructor) { in AST_MATCHER() argument
6390 return Node.isInheritingConstructor(); in AST_MATCHER()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2328 if (D->isInheritingConstructor()) { in VisitCXXConstructorDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp137 if (Ctor && Ctor->isInheritingConstructor()) in NoteDeletedFunction()
265 if (Ctor && Ctor->isInheritingConstructor()) in DiagnoseUseOfDecl()
H A DTreeTransform.h3565 if (Constructor->isInheritingConstructor()) in RebuildCXXConstructExpr()