Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DAnyCall.h46 InheritedConstructor, enumerator
92 : E(CIE), D(CIE->getConstructor()), K(InheritedConstructor) {} in AnyCall()
181 case InheritedConstructor: in getReturnType()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTImporter.h354 llvm::Expected<InheritedConstructor>
355 Import(const InheritedConstructor &From);
H A DDeclCXX.h2422 class InheritedConstructor {
2427 InheritedConstructor() = default;
2428 InheritedConstructor(ConstructorUsingShadowDecl *Shadow, in InheritedConstructor() function
2450 private llvm::TrailingObjects<CXXConstructorDecl, InheritedConstructor,
2465 InheritedConstructor Inherited,
2470 size_t numTrailingObjects(OverloadToken<InheritedConstructor>) const { in numTrailingObjects() argument
2492 return numTrailingObjects(OverloadToken<InheritedConstructor>()) | in getTrailingAllocKind()
2508 InheritedConstructor Inherited = InheritedConstructor(),
2688 InheritedConstructor getInheritedConstructor() const { in getInheritedConstructor()
2690 *getTrailingObjects<InheritedConstructor>() : InheritedConstructor(); in getInheritedConstructor()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTypes.h149 bool inheritingCtorHasParams(const InheritedConstructor &Inherited,
H A DCGCall.cpp311 const InheritedConstructor &Inherited, CXXCtorType Type) { in inheritingCtorHasParams()
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp2619 InheritedConstructor Inherited, Expr *TrailingRequiresClause) in CXXConstructorDecl()
2628 *getTrailingObjects<InheritedConstructor>() = Inherited; in CXXConstructorDecl()
2641 additionalSizeToAlloc<InheritedConstructor, ExplicitSpecifier>( in CreateDeserialized()
2646 InheritedConstructor(), nullptr); in CreateDeserialized()
2659 InheritedConstructor Inherited, Expr *TrailingRequiresClause) { in Create()
2664 additionalSizeToAlloc<InheritedConstructor, ExplicitSpecifier>( in Create()
H A DASTImporter.cpp502 Expected<InheritedConstructor>
503 ImportInheritedConstructor(const InheritedConstructor &From);
3607 auto ToInheritedConstructor = InheritedConstructor(); in VisitFunctionDecl()
3609 Expected<InheritedConstructor> ImportedInheritedCtor = in VisitFunctionDecl()
4360 Expected<InheritedConstructor>
4361 ASTNodeImporter::ImportInheritedConstructor(const InheritedConstructor &From) { in ImportInheritedConstructor()
4368 return InheritedConstructor(ToShadow, ToBaseCtor); in ImportInheritedConstructor()
9127 llvm::Expected<InheritedConstructor>
9128 ASTImporter::Import(const InheritedConstructor &From) { in Import()
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DRetainSummaryManager.cpp674 case AnyCall::InheritedConstructor: in getSummary()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp2193 *D->getTrailingObjects<InheritedConstructor>() = in VisitCXXConstructorDecl()
2194 InheritedConstructor(Shadow, Ctor); in VisitCXXConstructorDecl()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2506 Constructor->getConstexprKind(), InheritedConstructor(), in VisitCXXMethodDecl()
H A DSemaDeclCXX.cpp13673 InheritedConstructor(Shadow, BaseCtor), in findInheritingConstructor()
H A DSemaDecl.cpp9123 InheritedConstructor(), TrailingRequiresClause); in CreateNewFunctionDecl()