Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DAnyCall.h45 InheritedConstructor, enumerator
91 : E(CIE), D(CIE->getConstructor()), K(InheritedConstructor) {} in AnyCall()
180 case InheritedConstructor: in getReturnType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTImporter.h354 llvm::Expected<InheritedConstructor>
355 Import(const InheritedConstructor &From);
H A DDeclCXX.h2408 class InheritedConstructor {
2413 InheritedConstructor() = default;
2414 InheritedConstructor(ConstructorUsingShadowDecl *Shadow, in InheritedConstructor() function
2436 private llvm::TrailingObjects<CXXConstructorDecl, InheritedConstructor,
2451 InheritedConstructor Inherited,
2456 size_t numTrailingObjects(OverloadToken<InheritedConstructor>) const { in numTrailingObjects() argument
2478 return numTrailingObjects(OverloadToken<InheritedConstructor>()) | in getTrailingAllocKind()
2494 InheritedConstructor Inherited = InheritedConstructor(),
2674 InheritedConstructor getInheritedConstructor() const { in getInheritedConstructor()
2676 *getTrailingObjects<InheritedConstructor>() : InheritedConstructor(); in getInheritedConstructor()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypes.h148 bool inheritingCtorHasParams(const InheritedConstructor &Inherited,
H A DCGCall.cpp310 const InheritedConstructor &Inherited, CXXCtorType Type) { in inheritingCtorHasParams()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp2590 InheritedConstructor Inherited, Expr *TrailingRequiresClause) in CXXConstructorDecl()
2599 *getTrailingObjects<InheritedConstructor>() = Inherited; in CXXConstructorDecl()
2612 additionalSizeToAlloc<InheritedConstructor, ExplicitSpecifier>( in CreateDeserialized()
2617 InheritedConstructor(), nullptr); in CreateDeserialized()
2630 InheritedConstructor Inherited, Expr *TrailingRequiresClause) { in Create()
2635 additionalSizeToAlloc<InheritedConstructor, ExplicitSpecifier>( in Create()
H A DASTImporter.cpp505 Expected<InheritedConstructor>
506 ImportInheritedConstructor(const InheritedConstructor &From);
3500 auto ToInheritedConstructor = InheritedConstructor(); in VisitFunctionDecl()
3502 Expected<InheritedConstructor> ImportedInheritedCtor = in VisitFunctionDecl()
4250 Expected<InheritedConstructor>
4251 ASTNodeImporter::ImportInheritedConstructor(const InheritedConstructor &From) { in ImportInheritedConstructor()
4258 return InheritedConstructor(ToShadow, ToBaseCtor); in ImportInheritedConstructor()
8975 llvm::Expected<InheritedConstructor>
8976 ASTImporter::Import(const InheritedConstructor &From) { in Import()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DRetainSummaryManager.cpp673 case AnyCall::InheritedConstructor: in getSummary()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp2109 *D->getTrailingObjects<InheritedConstructor>() = in VisitCXXConstructorDecl()
2110 InheritedConstructor(Shadow, Ctor); in VisitCXXConstructorDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2478 Constructor->getConstexprKind(), InheritedConstructor(), in VisitCXXMethodDecl()
H A DSemaDeclCXX.cpp13564 InheritedConstructor(Shadow, BaseCtor), in findInheritingConstructor()
H A DSemaDecl.cpp8985 InheritedConstructor(), TrailingRequiresClause); in CreateNewFunctionDecl()