Home
last modified time | relevance | path

Searched refs:capture_const_iterator (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h1063 using capture_const_iterator = const LambdaCapture *; variable
1064 using capture_const_range = llvm::iterator_range<capture_const_iterator>;
1070 capture_const_iterator captures_begin() const { in captures_begin()
1074 capture_const_iterator captures_end() const { in captures_end()
H A DDecl.h4344 using capture_const_iterator = ArrayRef<Capture>::const_iterator; variable
4348 capture_const_iterator capture_begin() const { return captures().begin(); } in capture_begin()
4349 capture_const_iterator capture_end() const { return captures().end(); } in capture_end()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1493 for (CXXRecordDecl::capture_const_iterator I = CXXDecl->captures_begin(), in CollectRecordLambdaFields()