Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h1008 capture_const_iterator captures_begin() const { in captures_begin() function
1012 return isLambda() ? captures_begin() + getLambdaData().NumCaptures : NULL; in captures_end()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp841 for (CXXRecordDecl::capture_const_iterator I = CXXDecl->captures_begin(), in CollectRecordLambdaFields()