Home
last modified time | relevance | path

Searched defs:CaptureInits (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1368 ArrayRef<Expr *> CaptureInits, in CapturedStmt()
1404 ArrayRef<Expr *> CaptureInits, in Create()
H A DExprCXX.cpp1264 bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in LambdaExpr()
1305 ArrayRef<Expr *> CaptureInits, in Create()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp2139 SmallVector<Expr *, 4> CaptureInits; in BuildLambdaExpr() local
H A DSemaStmt.cpp4559 SmallVectorImpl<Expr *> &CaptureInits) { in buildCapturedStmtCaptureList()
4734 SmallVector<Expr *, 4> CaptureInits; in ActOnCapturedRegionEnd() local