Home
last modified time | relevance | path

Searched refs:explicit_capture_begin (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp1224 LambdaExpr::capture_iterator LambdaExpr::explicit_capture_begin() const { in explicit_capture_begin() function in LambdaExpr
1235 return capture_range(explicit_capture_begin(), explicit_capture_end()); in explicit_captures()
H A DStmtProfile.cpp1910 for (LambdaExpr::capture_iterator C = S->explicit_capture_begin(), in VisitLambdaExpr()
H A DStmtPrinter.cpp1961 for (LambdaExpr::capture_iterator C = Node->explicit_capture_begin(), in VisitLambdaExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h1954 capture_iterator explicit_capture_begin() const;
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp3314 for (LambdaExpr::capture_iterator C = E->explicit_capture_begin(), in RunVisitorWorkList()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h12625 InitCaptures.resize(E->explicit_capture_end() - E->explicit_capture_begin()); in TransformLambdaExpr()