Home
last modified time | relevance | path

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

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