Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprCXX.cpp1301 LambdaExpr::capture_iterator LambdaExpr::explicit_capture_end() const { in explicit_capture_end() function in LambdaExpr
1307 return capture_range(explicit_capture_begin(), explicit_capture_end()); in explicit_captures()
1311 return explicit_capture_end(); in implicit_capture_begin()
H A DStmtPrinter.cpp2140 CEnd = Node->explicit_capture_end(); in VisitLambdaExpr()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h2016 capture_iterator explicit_capture_end() const;
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp3507 CEnd = E->explicit_capture_end(); in RunVisitorWorkList()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h13165 InitCaptures.resize(E->explicit_capture_end() - E->explicit_capture_begin()); in TransformLambdaExpr()