Home
last modified time | relevance | path

Searched refs:capture_end (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp1216 LambdaExpr::capture_iterator LambdaExpr::capture_end() const { in capture_end() function in LambdaExpr
1221 return capture_range(capture_begin(), capture_end()); in captures()
1243 return capture_end(); in implicit_capture_end()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h3607 return capture_range(capture_begin(), capture_end()); in captures()
3610 return capture_const_range(capture_begin(), capture_end()); in captures()
3619 capture_iterator capture_end() const { in capture_end() function
H A DDecl.h4244 capture_const_iterator capture_end() const { return captures().end(); } in capture_end() function
H A DExprCXX.h1944 capture_iterator capture_end() const;
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp218 auto CE = BD->capture_end(); in VisitBlockExpr()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp547 (block->capture_end() - block->capture_begin())); in computeBlockInfo()
H A DCodeGenFunction.h390 E = S.capture_end();
H A DCGOpenMPRuntime.cpp10232 CE = CS.capture_end(); in emitTargetCall()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp516 Record.push_back(std::distance(S->capture_begin(), S->capture_end())); in VisitCapturedStmt()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h12627 CEnd = E->capture_end(); in TransformLambdaExpr()
12784 CEnd = E->capture_end(); in TransformLambdaExpr()
12942 CEnd = E->capture_end(); in SkipLambdaBody()
H A DSemaInit.cpp7364 assert(CapI != LE->capture_end()); in visitLocalsRetainedByInitializer()
H A DSemaDeclCXX.cpp152 if (Lambda->capture_begin() == Lambda->capture_end()) in VisitLambdaExpr()