Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp585 assert(CXXParent->captures_begin()); in getVariableName()
586 auto It = CXXParent->captures_begin() + Field->getFieldIndex(); in getVariableName()
/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()
1110 capture_const_iterator captures_begin() const { in captures_begin() function
1117 return isLambda() ? captures_begin() + getLambdaData().NumCaptures in captures_end()
1125 return captures_begin() + I; in getCapture()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1352 return getLambdaClass()->captures_begin(); in capture_begin()
H A DExprConstant.cpp8389 ClosureClass->captures_begin() == ClosureClass->captures_end() && in handleCallExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1930 for (CXXRecordDecl::capture_const_iterator I = CXXDecl->captures_begin(), in CollectRecordLambdaFields()