Home
last modified time | relevance | path

Searched refs:explicit_capture_end (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp1234 LambdaExpr::capture_iterator LambdaExpr::explicit_capture_end() const { in explicit_capture_end() function in LambdaExpr
1241 return capture_range(explicit_capture_begin(), explicit_capture_end()); in explicit_captures()
1245 return explicit_capture_end(); in implicit_capture_begin()
H A DStmtPrinter.cpp2130 CEnd = Node->explicit_capture_end(); in VisitLambdaExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h1958 capture_iterator explicit_capture_end() const;
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp3481 CEnd = E->explicit_capture_end(); in RunVisitorWorkList()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h12985 InitCaptures.resize(E->explicit_capture_end() - E->explicit_capture_begin()); in TransformLambdaExpr()