Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp1309 ArrayRef<Expr *> CaptureInits, in CapturedStmt()
1340 ArrayRef<Expr *> CaptureInits, in Create()
H A DExprCXX.cpp1125 bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in LambdaExpr()
1166 ArrayRef<Expr *> CaptureInits, in Create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp1746 SmallVector<Expr *, 4> CaptureInits; in BuildLambdaExpr() local
H A DSemaStmt.cpp4647 SmallVectorImpl<Expr *> &CaptureInits) { in buildCapturedStmtCaptureList()
4799 SmallVector<Expr *, 4> CaptureInits; in ActOnCapturedRegionEnd() local