/llvm-project/clang/test/SemaTemplate/ |
H A D | temp_arg_nontype_cxx2c.cpp | 23 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 D | every-class.cpp | 12 struct Constructor { Constructor() {} }; in Constructor() function
|
/llvm-project/lldb/unittests/Host/ |
H A D | ProcessLaunchInfoTest.cpp | 15 TEST(ProcessLaunchInfoTest, Constructor) { in TEST() argument
|
/llvm-project/lldb/unittests/Utility/ |
H A D | ProcessInfoTest.cpp | 14 TEST(ProcessInfoTest, Constructor) { in TEST() argument
|
H A D | CompletionRequestTest.cpp | 14 TEST(CompletionRequest, Constructor) { in TEST() argument
|
H A D | RangeTest.cpp | 38 TEST(RangeTest, Constructor) { in TEST() argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | predefined-expr.cpp | 252 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 D | reader_test.cpp | 14 TEST(LlvmLibcScanfStringReaderTest, Constructor) { in TEST() argument
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | UseEqualsDeleteCheck.cpp | 35 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(&Node)) in AST_MATCHER() local
|
H A D | UseConstraintsCheck.cpp | 257 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(Function)) { in findInsertionForConstraint() local
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | TypeTraits.cpp | 30 for (const auto *Constructor : Record->ctors()) { in hasDeletedCopyConstructor() local
|
/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
H A D | strings_test.cpp | 15 TEST(ScudoStringsTest, Constructor) { in TEST() argument
|
/llvm-project/clang/include/clang/Analysis/ |
H A D | AnyCall.h | 43 Constructor, enumerator
|
/llvm-project/clang/include/clang/Index/ |
H A D | IndexSymbol.h | 51 Constructor, enumerator
|
/llvm-project/mlir/include/mlir/TableGen/ |
H A D | Class.h | 312 Constructor = 0x2, global() enumerator 419 Constructor(NameT &&className, Properties properties, Args &&...args) Constructor() function
|
/llvm-project/llvm/unittests/ADT/ |
H A D | DenseSetTest.cpp | 75 TYPED_TEST(DenseSetTest, Constructor) { in TYPED_TEST() argument
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Quality.h | 69 Constructor, enumerator
|
/llvm-project/clang/test/SemaCXX/ |
H A D | explicit.cpp | 4 namespace Constructor { namespace
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | DataflowEnvironmentTest.cpp | 253 const auto *Constructor = selectFirst<FunctionDecl>("target", Results); TEST_F() local
|
/llvm-project/libc/test/src/stdio/printf_core/ |
H A D | writer_test.cpp | 20 TEST(LlvmLibcPrintfWriterTest, Constructor) { in TEST() argument
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | QualityTests.cpp | 224 SymbolQualitySignals Keyword, Variable, Macro, Constructor, Function, in TEST() local
|
/llvm-project/clang/lib/Sema/ |
H A D | HLSLExternalSemaSource.cpp | 165 CXXConstructorDecl *Constructor = CXXConstructorDecl::Create( addDefaultHandleConstructor() local
|
H A D | SemaDeclCXX.cpp | 2323 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 D | Consumed.cpp | 772 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 D | Protocol.h | 565 Constructor = 9, enumerator 773 Constructor = 4, enumerator
|