Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclCXX.h1060 return capture_const_range(captures_begin(), captures_end()); in captures()
1067 capture_const_iterator captures_end() const { in captures_end() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp1420 E = CXXDecl->captures_end(); in CollectRecordLambdaFields()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprConstant.cpp7628 ClosureClass->captures_begin() == ClosureClass->captures_end() && in handleCallExpr()