Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprCXX.cpp1051 LambdaExpr::capture_iterator LambdaExpr::explicit_capture_end() const { in explicit_capture_end() function in LambdaExpr
1058 return capture_range(explicit_capture_begin(), explicit_capture_end()); in explicit_captures()
1062 return explicit_capture_end(); in implicit_capture_begin()
DStmtProfile.cpp1212 CEnd = S->explicit_capture_end(); in VisitLambdaExpr()
DStmtPrinter.cpp1933 CEnd = Node->explicit_capture_end(); in VisitLambdaExpr()
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h2151 CEnd = S->explicit_capture_end();
DExprCXX.h1576 capture_iterator explicit_capture_end() const;
/external/clang/tools/libclang/
DCIndex.cpp2823 CEnd = E->explicit_capture_end(); in RunVisitorWorkList()
/external/clang/lib/Sema/
DTreeTransform.h9818 InitCaptureExprsAndTypes.resize(E->explicit_capture_end() - in TransformLambdaExpr()