Home
last modified time | relevance | path

Searched refs:captures_begin (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DDeclCXX.h1071 return capture_const_range(captures_begin(), captures_end()); in captures()
1073 capture_const_iterator captures_begin() const { in captures_begin() function
1077 return isLambda() ? captures_begin() + getLambdaData().NumCaptures in captures_end()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp881 for (CXXRecordDecl::capture_const_iterator I = CXXDecl->captures_begin(), in CollectRecordLambdaFields()