Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h355 llvm::Expected<InheritedConstructor>
356 Import(const InheritedConstructor &From);
H A DDeclCXX.h2513 class InheritedConstructor {
2518 InheritedConstructor() = default;
2519 InheritedConstructor(ConstructorUsingShadowDecl *Shadow, in InheritedConstructor() function
2541 private llvm::TrailingObjects<CXXConstructorDecl, InheritedConstructor,
2556 InheritedConstructor Inherited,
2561 size_t numTrailingObjects(OverloadToken<InheritedConstructor>) const { in numTrailingObjects() argument
2583 return numTrailingObjects(OverloadToken<InheritedConstructor>()) | in getTrailingAllocKind()
2599 InheritedConstructor Inherited = InheritedConstructor(),
2779 InheritedConstructor getInheritedConstructor() const { in getInheritedConstructor()
2781 *getTrailingObjects<InheritedConstructor>() : InheritedConstructor(); in getInheritedConstructor()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h161 bool inheritingCtorHasParams(const InheritedConstructor &Inherited,
H A DCGCall.cpp326 const InheritedConstructor &Inherited, CXXCtorType Type) { in inheritingCtorHasParams()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2726 InheritedConstructor Inherited, Expr *TrailingRequiresClause) in CXXConstructorDecl()
2735 *getTrailingObjects<InheritedConstructor>() = Inherited; in CXXConstructorDecl()
2748 additionalSizeToAlloc<InheritedConstructor, ExplicitSpecifier>( in CreateDeserialized()
2753 InheritedConstructor(), nullptr); in CreateDeserialized()
2766 InheritedConstructor Inherited, Expr *TrailingRequiresClause) { in Create()
2771 additionalSizeToAlloc<InheritedConstructor, ExplicitSpecifier>( in Create()
H A DASTImporter.cpp457 Expected<InheritedConstructor>
458 ImportInheritedConstructor(const InheritedConstructor &From);
3888 auto ToInheritedConstructor = InheritedConstructor(); in VisitFunctionDecl()
3890 Expected<InheritedConstructor> ImportedInheritedCtor = in VisitFunctionDecl()
4672 Expected<InheritedConstructor>
4673 ASTNodeImporter::ImportInheritedConstructor(const InheritedConstructor &From) { in ImportInheritedConstructor()
4680 return InheritedConstructor(ToShadow, ToBaseCtor); in ImportInheritedConstructor()
9561 llvm::Expected<InheritedConstructor>
9562 ASTImporter::Import(const InheritedConstructor &From) { in Import()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2304 *D->getTrailingObjects<InheritedConstructor>() = in VisitCXXConstructorDecl()
2305 InheritedConstructor(Shadow, Ctor); in VisitCXXConstructorDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2611 Constructor->getConstexprKind(), InheritedConstructor(), in VisitCXXMethodDecl()
H A DSemaDeclCXX.cpp13984 InheritedConstructor(Shadow, BaseCtor), in findInheritingConstructor()
H A DSemaDecl.cpp9205 InheritedConstructor(), TrailingRequiresClause); in CreateNewFunctionDecl()