Searched defs:explicit_capture_begin (Results 1 - 1 of 1) 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());

Completed in 91 milliseconds