Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h1067 return capture_const_range(captures_begin(), captures_end()); in captures()
1074 capture_const_iterator captures_end() const { in captures_end() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1494 E = CXXDecl->captures_end(); in CollectRecordLambdaFields()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp7710 ClosureClass->captures_begin() == ClosureClass->captures_end() && in handleCallExpr()