Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DContext.cpp426 assert(ClosureClass->captures_begin() == ClosureClass->captures_end()); in getOrCreateFunction()
H A DCompiler.cpp5796 assert(ClosureClass->captures_begin() == ClosureClass->captures_end()); in emitLambdaStaticInvokerBody()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1107 return capture_const_range(captures_begin(), captures_end()); in captures()
1116 capture_const_iterator captures_end() const { in captures_end() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1356 return getLambdaClass()->captures_end(); in capture_end()
H A DExprConstant.cpp8389 ClosureClass->captures_begin() == ClosureClass->captures_end() && in handleCallExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1931 E = CXXDecl->captures_end(); in CollectRecordLambdaFields()