Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp1174 LambdaExpr::capture_iterator LambdaExpr::explicit_capture_end() const { in explicit_capture_end() function in LambdaExpr
1181 return capture_range(explicit_capture_begin(), explicit_capture_end()); in explicit_captures()
1185 return explicit_capture_end(); in implicit_capture_begin()
H A DStmtProfile.cpp1649 CEnd = S->explicit_capture_end(); in VisitLambdaExpr()
H A DStmtPrinter.cpp1866 CEnd = Node->explicit_capture_end(); in VisitLambdaExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h1761 capture_iterator explicit_capture_end() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h10985 InitCaptureExprsAndTypes.resize(E->explicit_capture_end() - in TransformLambdaExpr()