Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/AST/
H A DExprCXX.cpp960 LambdaExpr::capture_iterator LambdaExpr::explicit_capture_end() const { in explicit_capture_end() function in LambdaExpr
967 return capture_range(explicit_capture_begin(), explicit_capture_end()); in explicit_captures()
971 return explicit_capture_end(); in implicit_capture_begin()
H A DStmtProfile.cpp1332 CEnd = S->explicit_capture_end(); in VisitLambdaExpr()
H A DStmtPrinter.cpp2061 CEnd = Node->explicit_capture_end(); in VisitLambdaExpr()
/aosp_15_r20/external/clang/include/clang/AST/
H A DRecursiveASTVisitor.h2253 CEnd = S->explicit_capture_end();
H A DExprCXX.h1643 capture_iterator explicit_capture_end() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DExprCXX.h2030 capture_iterator explicit_capture_end() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DExprCXX.h2030 capture_iterator explicit_capture_end() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DExprCXX.h2042 capture_iterator explicit_capture_end() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DExprCXX.h2030 capture_iterator explicit_capture_end() const;
/aosp_15_r20/external/clang/tools/libclang/
H A DCIndex.cpp2933 CEnd = E->explicit_capture_end(); in RunVisitorWorkList()
/aosp_15_r20/external/clang/lib/Sema/
H A DTreeTransform.h10151 InitCaptureExprsAndTypes.resize(E->explicit_capture_end() - in TransformLambdaExpr()