Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h1059 return capture_const_range(captures_begin(), captures_end()); in captures()
1066 capture_const_iterator captures_end() const { in captures_end() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1439 E = CXXDecl->captures_end(); in CollectRecordLambdaFields()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp7619 ClosureClass->captures_begin() == ClosureClass->captures_end() && in handleCallExpr()