Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp583 assert(CXXParent->captures_begin()); in getVariableName()
584 auto It = CXXParent->captures_begin() + Field->getFieldIndex(); in getVariableName()
/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()
1104 capture_const_iterator captures_begin() const { in captures_begin() function
1111 return isLambda() ? captures_begin() + getLambdaData().NumCaptures in captures_end()
1119 return captures_begin() + I; in getCapture()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1296 return getLambdaClass()->captures_begin(); in capture_begin()
H A DExprConstant.cpp7986 ClosureClass->captures_begin() == ClosureClass->captures_end() && in handleCallExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1640 for (CXXRecordDecl::capture_const_iterator I = CXXDecl->captures_begin(), in CollectRecordLambdaFields()