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.cpp1324 ArrayRef<Expr *> CaptureInits, in CapturedStmt()
1360 ArrayRef<Expr *> CaptureInits, in Create()
H A DExprCXX.cpp1258 bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in LambdaExpr()
1299 ArrayRef<Expr *> CaptureInits, in Create()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp2071 SmallVector<Expr *, 4> CaptureInits; in BuildLambdaExpr() local
H A DSemaStmt.cpp4427 SmallVectorImpl<Expr *> &CaptureInits) { in buildCapturedStmtCaptureList()
4581 SmallVector<Expr *, 4> CaptureInits; in ActOnCapturedRegionEnd() local