Home
last modified time | relevance | path

Searched defs:Constructor (Results 1 – 25 of 54) sorted by relevance

123

/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx2c.cpp23 struct Constructor { struct
24 Constructor(L) {}; // expected-note {{here}} in Constructor() argument
25 constexpr Constructor(M){}; in Constructor() argument
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-class.cpp12 struct Constructor { Constructor() {} }; in Constructor() function
/llvm-project/lldb/unittests/Host/
H A DProcessLaunchInfoTest.cpp15 TEST(ProcessLaunchInfoTest, Constructor) { in TEST() argument
/llvm-project/lldb/unittests/Utility/
H A DProcessInfoTest.cpp14 TEST(ProcessInfoTest, Constructor) { in TEST() argument
H A DCompletionRequestTest.cpp14 TEST(CompletionRequest, Constructor) { in TEST() argument
H A DRangeTest.cpp38 TEST(RangeTest, Constructor) { in TEST() argument
/llvm-project/clang/test/CodeGenCXX/
H A Dpredefined-expr.cpp252 class Constructor { class
254 Constructor() { in Constructor() function in NS::Constructor
260 Constructor(int) { in Constructor() function in NS::Constructor
266 Constructor(Base *) { in Constructor() function in NS::Constructor
/llvm-project/libc/test/src/stdio/scanf_core/
H A Dreader_test.cpp14 TEST(LlvmLibcScanfStringReaderTest, Constructor) { in TEST() argument
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseEqualsDeleteCheck.cpp35 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(&Node)) in AST_MATCHER() local
H A DUseConstraintsCheck.cpp257 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(Function)) { in findInsertionForConstraint() local
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DTypeTraits.cpp30 for (const auto *Constructor : Record->ctors()) { in hasDeletedCopyConstructor() local
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dstrings_test.cpp15 TEST(ScudoStringsTest, Constructor) { in TEST() argument
/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h43 Constructor, enumerator
/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h51 Constructor, enumerator
/llvm-project/mlir/include/mlir/TableGen/
H A DClass.h312 Constructor = 0x2, global() enumerator
419 Constructor(NameT &&className, Properties properties, Args &&...args) Constructor() function
/llvm-project/llvm/unittests/ADT/
H A DDenseSetTest.cpp75 TYPED_TEST(DenseSetTest, Constructor) { in TYPED_TEST() argument
/llvm-project/clang-tools-extra/clangd/
H A DQuality.h69 Constructor, enumerator
/llvm-project/clang/test/SemaCXX/
H A Dexplicit.cpp4 namespace Constructor { namespace
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DDataflowEnvironmentTest.cpp253 const auto *Constructor = selectFirst<FunctionDecl>("target", Results); TEST_F() local
/llvm-project/libc/test/src/stdio/printf_core/
H A Dwriter_test.cpp20 TEST(LlvmLibcPrintfWriterTest, Constructor) { in TEST() argument
/llvm-project/clang-tools-extra/clangd/unittests/
H A DQualityTests.cpp224 SymbolQualitySignals Keyword, Variable, Macro, Constructor, Function, in TEST() local
/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp165 CXXConstructorDecl *Constructor = CXXConstructorDecl::Create( addDefaultHandleConstructor() local
H A DSemaDeclCXX.cpp2323 if (const CXXConstructorDecl *Constructor CheckConstexprFunctionBody() local
3639 const CXXConstructorDecl *Constructor; global() member in __anon47e04d130f11::UninitializedFieldVisitor
3965 DiagnoseUninitializedFields(Sema & SemaRef,const CXXConstructorDecl * Constructor) DiagnoseUninitializedFields() argument
4303 CXXConstructorDecl *Constructor BuildMemInitializer() local
4785 BuildImplicitBaseInitializer(Sema & SemaRef,CXXConstructorDecl * Constructor,ImplicitInitializerKind ImplicitInitKind,CXXBaseSpecifier * BaseSpec,bool IsInheritedVirtualBase,CXXCtorInitializer * & CXXBaseInit) BuildImplicitBaseInitializer() argument
4868 BuildImplicitMemberInitializer(Sema & SemaRef,CXXConstructorDecl * Constructor,ImplicitInitializerKind ImplicitInitKind,FieldDecl * Field,IndirectFieldDecl * Indirect,CXXCtorInitializer * & CXXMemberInit) BuildImplicitMemberInitializer() argument
5201 SetDelegatingInitializer(CXXConstructorDecl * Constructor,CXXCtorInitializer * Initializer) SetDelegatingInitializer() argument
5222 SetCtorInitializers(CXXConstructorDecl * Constructor,bool AnyErrors,ArrayRef<CXXCtorInitializer * > Initializers) SetCtorInitializers() argument
5437 DiagnoseBaseOrMemInitializerOrder(Sema & SemaRef,const CXXConstructorDecl * Constructor,ArrayRef<CXXCtorInitializer * > Inits) DiagnoseBaseOrMemInitializerOrder() argument
5640 CXXConstructorDecl *Constructor ActOnMemInitializers() local
5846 if (CXXConstructorDecl *Constructor ActOnDefaultCtorInitializers() local
10686 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Method)) ActOnFinishDelayedCXXMethodDeclaration() local
10775 CheckConstructor(CXXConstructorDecl * Constructor) CheckConstructor() argument
13833 DefineImplicitDefaultConstructor(SourceLocation CurrentLocation,CXXConstructorDecl * Constructor) DefineImplicitDefaultConstructor() argument
13977 DefineInheritingConstructor(SourceLocation CurrentLocation,CXXConstructorDecl * Constructor) DefineInheritingConstructor() argument
15859 BuildCXXConstructExpr(SourceLocation ConstructLoc,QualType DeclInitType,NamedDecl * FoundDecl,CXXConstructorDecl * Constructor,MultiExprArg ExprArgs,bool HadMultipleCandidates,bool IsListInitialization,bool IsStdInitListInitialization,bool RequiresZeroInit,CXXConstructionKind ConstructKind,SourceRange ParenRange) BuildCXXConstructExpr() argument
15901 BuildCXXConstructExpr(SourceLocation ConstructLoc,QualType DeclInitType,NamedDecl * FoundDecl,CXXConstructorDecl * Constructor,bool Elidable,MultiExprArg ExprArgs,bool HadMultipleCandidates,bool IsListInitialization,bool IsStdInitListInitialization,bool RequiresZeroInit,CXXConstructionKind ConstructKind,SourceRange ParenRange) BuildCXXConstructExpr() argument
15924 BuildCXXConstructExpr(SourceLocation ConstructLoc,QualType DeclInitType,CXXConstructorDecl * Constructor,bool Elidable,MultiExprArg ExprArgs,bool HadMultipleCandidates,bool IsListInitialization,bool IsStdInitListInitialization,bool RequiresZeroInit,CXXConstructionKind ConstructKind,SourceRange ParenRange) BuildCXXConstructExpr() argument
16008 CompleteConstructorCall(CXXConstructorDecl * Constructor,QualType DeclInitType,MultiExprArg ArgsPtr,SourceLocation Loc,SmallVectorImpl<Expr * > & ConvertedArgs,bool AllowExplicit,bool IsListInitialization) CompleteConstructorCall() argument
[all...]
/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp772 CXXConstructorDecl *Constructor = Call->getConstructor(); VisitCXXConstructExpr() local
1201 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(D)) { determineExpectedReturnState() local
/llvm-project/mlir/include/mlir/Tools/lsp-server-support/
H A DProtocol.h565 Constructor = 9, enumerator
773 Constructor = 4, enumerator

123