Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp98 assert(ClosureClass->captures_begin() == ClosureClass->captures_end()); in emitLambdaStaticInvokerBody()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1101 return capture_const_range(captures_begin(), captures_end()); in captures()
1110 capture_const_iterator captures_end() const { in captures_end() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1300 return getLambdaClass()->captures_end(); in capture_end()
H A DExprConstant.cpp7986 ClosureClass->captures_begin() == ClosureClass->captures_end() && in handleCallExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1641 E = CXXDecl->captures_end(); in CollectRecordLambdaFields()