Home
last modified time | relevance | path

Searched refs:captures_end (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DDeclCXX.h1076 return capture_const_range(captures_begin(), captures_end()); in captures()
1081 capture_const_iterator captures_end() const { in captures_end() function
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h1054 return capture_const_range(captures_begin(), captures_end()); in captures()
1061 capture_const_iterator captures_end() const { in captures_end() function
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1014 E = CXXDecl->captures_end(); in CollectRecordLambdaFields()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp1381 E = CXXDecl->captures_end(); in CollectRecordLambdaFields()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp7608 ClosureClass->captures_begin() == ClosureClass->captures_end() && in handleCallExpr()