Home
last modified time | relevance | path

Searched refs:AddInitializerToDecl (Results 1 – 25 of 183) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp338 m_sema->AddInitializerToDecl(result_decl, address_of_expr.get(), true); in SynthesizeBodyResult()
351 m_sema->AddInitializerToDecl(result_decl, last_expr, true); in SynthesizeBodyResult()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp338 m_sema->AddInitializerToDecl(result_decl, address_of_expr.get(), true); in SynthesizeBodyResult()
351 m_sema->AddInitializerToDecl(result_decl, last_expr, true); in SynthesizeBodyResult()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp338 m_sema->AddInitializerToDecl(result_decl, address_of_expr.get(), true); in SynthesizeBodyResult()
351 m_sema->AddInitializerToDecl(result_decl, last_expr, true); in SynthesizeBodyResult()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp338 m_sema->AddInitializerToDecl(result_decl, address_of_expr.get(), true); in SynthesizeBodyResult()
351 m_sema->AddInitializerToDecl(result_decl, last_expr, true); in SynthesizeBodyResult()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp338 m_sema->AddInitializerToDecl(result_decl, address_of_expr.get(), true); in SynthesizeBodyResult()
351 m_sema->AddInitializerToDecl(result_decl, last_expr, true); in SynthesizeBodyResult()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp338 m_sema->AddInitializerToDecl(result_decl, address_of_expr.get(), true); in SynthesizeBodyResult()
351 m_sema->AddInitializerToDecl(result_decl, last_expr, true); in SynthesizeBodyResult()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp338 m_sema->AddInitializerToDecl(result_decl, address_of_expr.get(), true); in SynthesizeBodyResult()
351 m_sema->AddInitializerToDecl(result_decl, last_expr, true); in SynthesizeBodyResult()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp338 m_sema->AddInitializerToDecl(result_decl, address_of_expr.get(), true); in SynthesizeBodyResult()
351 m_sema->AddInitializerToDecl(result_decl, last_expr, true); in SynthesizeBodyResult()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp348 m_sema->AddInitializerToDecl(result_decl, address_of_expr.get(), true); in SynthesizeBodyResult()
361 m_sema->AddInitializerToDecl(result_decl, last_expr, true); in SynthesizeBodyResult()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp338 m_sema->AddInitializerToDecl(result_decl, address_of_expr.get(), true); in SynthesizeBodyResult()
351 m_sema->AddInitializerToDecl(result_decl, last_expr, true); in SynthesizeBodyResult()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Parse/
H A DParseOpenMP.cpp407 Actions.AddInitializerToDecl(OmpPrivParm, Init.get(),
436 Actions.AddInitializerToDecl(OmpPrivParm, Initializer.get(),
448 Actions.AddInitializerToDecl(OmpPrivParm, Init.get(),
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Parse/
H A DParseOpenMP.cpp413 Actions.AddInitializerToDecl(OmpPrivParm, Init.get(), in ParseOpenMPReductionInitializerForDecl()
453 Actions.AddInitializerToDecl(OmpPrivParm, Initializer.get(), in ParseOpenMPReductionInitializerForDecl()
465 Actions.AddInitializerToDecl(OmpPrivParm, Init.get(), in ParseOpenMPReductionInitializerForDecl()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Parse/
H A DParseOpenMP.cpp417 Actions.AddInitializerToDecl(OmpPrivParm, Init.get(), in ParseOpenMPReductionInitializerForDecl()
455 Actions.AddInitializerToDecl(OmpPrivParm, Initializer.get(), in ParseOpenMPReductionInitializerForDecl()
467 Actions.AddInitializerToDecl(OmpPrivParm, Init.get(), in ParseOpenMPReductionInitializerForDecl()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1467 S.AddInitializerToDecl(GroDecl, Res.get(), in makeGroDeclAndReturnStmt()
1551 AddInitializerToDecl(D, CExpr, /*DirectInit=*/true); in buildCoroutineParameterMoves()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp1467 S.AddInitializerToDecl(GroDecl, Res.get(), in makeGroDeclAndReturnStmt()
1551 AddInitializerToDecl(D, CExpr, /*DirectInit=*/true); in buildCoroutineParameterMoves()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp1466 S.AddInitializerToDecl(GroDecl, Res.get(), in makeGroDeclAndReturnStmt()
1550 AddInitializerToDecl(D, CExpr, /*DirectInit=*/true); in buildCoroutineParameterMoves()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp1439 S.AddInitializerToDecl(GroDecl, Res.get(), in makeGroDeclAndReturnStmt()
1523 AddInitializerToDecl(D, CExpr, /*DirectInit=*/true); in buildCoroutineParameterMoves()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp1427 S.AddInitializerToDecl(GroDecl, Res.get(), in makeGroDeclAndReturnStmt()
1511 AddInitializerToDecl(D, CExpr, /*DirectInit=*/true); in buildCoroutineParameterMoves()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaCoroutine.cpp1562 S.AddInitializerToDecl(GroDecl, Res.get(), in makeGroDeclAndReturnStmt()
1646 AddInitializerToDecl(D, CExpr, /*DirectInit=*/true); in buildCoroutineParameterMoves()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaCoroutine.cpp1562 S.AddInitializerToDecl(GroDecl, Res.get(), in makeGroDeclAndReturnStmt()
1646 AddInitializerToDecl(D, CExpr, /*DirectInit=*/true); in buildCoroutineParameterMoves()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaCoroutine.cpp1597 S.AddInitializerToDecl(GroDecl, Res.get(), in makeGroDeclAndReturnStmt()
1681 AddInitializerToDecl(D, CExpr, /*DirectInit=*/true); in buildCoroutineParameterMoves()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaCoroutine.cpp1555 S.AddInitializerToDecl(GroDecl, Res.get(), in makeGroDeclAndReturnStmt()
1639 AddInitializerToDecl(D, CExpr, /*DirectInit=*/true); in buildCoroutineParameterMoves()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp1555 S.AddInitializerToDecl(GroDecl, Res.get(), in makeGroDeclAndReturnStmt()
1639 AddInitializerToDecl(D, CExpr, /*DirectInit=*/true); in buildCoroutineParameterMoves()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaCoroutine.cpp1562 S.AddInitializerToDecl(GroDecl, Res.get(), in makeGroDeclAndReturnStmt()
1646 AddInitializerToDecl(D, CExpr, /*DirectInit=*/true); in buildCoroutineParameterMoves()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1562 S.AddInitializerToDecl(GroDecl, Res.get(), in makeGroDeclAndReturnStmt()
1646 AddInitializerToDecl(D, CExpr, /*DirectInit=*/true); in buildCoroutineParameterMoves()

12345678