Home
last modified time | relevance | path

Searched defs:captures (Results 1 – 14 of 14) sorted by relevance

/llvm-project/lldb/tools/lldb-dap/syntaxes/
H A Ddisassembly.json10 "captures": { object
19 "captures": { object
28 "captures": { object
/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DPassDetail.cpp23 llvm::SetVector<Value> captures; in cloneConstantsIntoTheRegion() local
H A DAsyncParallelFor.cpp135 SmallVector<Value> captures; member
162 llvm::SmallVector<Value> captures; global() member
186 ArrayRef<BlockArgument> ParallelComputeFunctionArgs::captures() { captures() function in ParallelComputeFunctionArgs
219 llvm::SetVector<Value> captures; getParallelComputeFunctionType() local
312 ArrayRef<BlockArgument> captures = args.captures(); createParallelComputeFunction() local
[all...]
/llvm-project/mlir/utils/textmate/
H A Dmlir.json30 "captures": { object
38 "captures": { object
82 "captures": { object
90 "captures": { object
100 "captures": { object
355 "captures": { object
/llvm-project/mlir/utils/vscode/
H A Dpdll-grammar.json106 "captures": { object
120 "captures": { object
253 "captures": { object
324 "captures": { object
339 "captures": { object
381 "captures": { object
492 "captures": { object
/llvm-project/llvm/utils/textmate/
H A Dtablegen.json45 "captures": { object
64 "captures": { object
73 "captures": { object
90 "captures": { object
273 "captures": { object
309 "captures": { object
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dtemplates.cpp19 T captures(T x, T y) { in captures() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dredundant-void-arg.cpp461 #define LAMBDA3(captures, args, body) captures args body argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Drvalue-reference-param-not-moved.cpp263 auto captures = [local]() { }; in negative_lambda_checks() local
/llvm-project/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp134 SetVector<Value> captures; outlineSingleBlockRegion() local
/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1350 LambdaExpr::capture_range LambdaExpr::captures() const { captures() function in LambdaExpr
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1101 capture_const_range captures() const { captures() function
H A DDecl.h4633 capture_const_iterator capture_end() const { return captures().end(); } in captures() function
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1791 SmallVector<BlockDecl::Capture, 16> captures; VisitBlockDecl() local