Searched refs:explicit_capture_begin (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/AST/
H A DExprCXX.cpp1037 LambdaExpr::capture_iterator LambdaExpr::explicit_capture_begin() const { function in class:LambdaExpr
1048 return capture_range(explicit_capture_begin(), explicit_capture_end());
H A DStmtProfile.cpp968 for (LambdaExpr::capture_iterator C = S->explicit_capture_begin(),
/external/clang/include/clang/AST/
H A DDataRecursiveASTVisitor.h2119 for (LambdaExpr::capture_iterator C = S->explicit_capture_begin(),
H A DExprCXX.h1450 capture_iterator explicit_capture_begin() const;
H A DRecursiveASTVisitor.h2141 for (LambdaExpr::capture_iterator C = S->explicit_capture_begin(),
/external/clang/tools/libclang/
H A DCIndex.cpp2503 for (LambdaExpr::capture_iterator C = E->explicit_capture_begin(),
/external/clang/lib/Sema/
H A DTreeTransform.h8628 E->explicit_capture_begin());

Completed in 248 milliseconds