Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h2374 class InheritedConstructor {
2379 InheritedConstructor() = default;
2380 InheritedConstructor(ConstructorUsingShadowDecl *Shadow, in InheritedConstructor() function
2402 private llvm::TrailingObjects<CXXConstructorDecl, InheritedConstructor,
2416 InheritedConstructor Inherited,
2421 size_t numTrailingObjects(OverloadToken<InheritedConstructor>) const { in numTrailingObjects() argument
2443 return numTrailingObjects(OverloadToken<InheritedConstructor>()) | in getTrailingAllocKind()
2459 InheritedConstructor Inherited = InheritedConstructor(),
2639 InheritedConstructor getInheritedConstructor() const { in getInheritedConstructor()
2641 *getTrailingObjects<InheritedConstructor>() : InheritedConstructor(); in getInheritedConstructor()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.h152 bool inheritingCtorHasParams(const InheritedConstructor &Inherited,
H A DCGCall.cpp300 const InheritedConstructor &Inherited, CXXCtorType Type) { in inheritingCtorHasParams()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2586 ConstexprSpecKind ConstexprKind, InheritedConstructor Inherited, in CXXConstructorDecl()
2596 *getTrailingObjects<InheritedConstructor>() = Inherited; in CXXConstructorDecl()
2609 additionalSizeToAlloc<InheritedConstructor, ExplicitSpecifier>( in CreateDeserialized()
2614 InheritedConstructor(), nullptr); in CreateDeserialized()
2626 ConstexprSpecKind ConstexprKind, InheritedConstructor Inherited, in Create()
2632 additionalSizeToAlloc<InheritedConstructor, ExplicitSpecifier>( in Create()
H A DASTImporter.cpp3417 InheritedConstructor(), // FIXME: Properly import inherited in VisitFunctionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DRetainSummaryManager.cpp666 case AnyCall::InheritedConstructor: in getSummary()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1987 *D->getTrailingObjects<InheritedConstructor>() = in VisitCXXConstructorDecl()
1988 InheritedConstructor(Shadow, Ctor); in VisitCXXConstructorDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2335 Constructor->getConstexprKind(), InheritedConstructor(), in VisitCXXMethodDecl()
H A DSemaDeclCXX.cpp13170 InheritedConstructor(Shadow, BaseCtor), in findInheritingConstructor()
H A DSemaDecl.cpp8536 /*isImplicitlyDeclared=*/false, ConstexprKind, InheritedConstructor(), in CreateNewFunctionDecl()