Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp1228 LambdaExpr::capture_iterator LambdaExpr::explicit_capture_end() const { in explicit_capture_end() function in LambdaExpr
1235 return capture_range(explicit_capture_begin(), explicit_capture_end()); in explicit_captures()
1239 return explicit_capture_end(); in implicit_capture_begin()
H A DStmtProfile.cpp1911 CEnd = S->explicit_capture_end(); in VisitLambdaExpr()
H A DStmtPrinter.cpp1962 CEnd = Node->explicit_capture_end(); in VisitLambdaExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h1958 capture_iterator explicit_capture_end() const;
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp3315 CEnd = E->explicit_capture_end(); 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()