Searched defs:CaptureInits (Results 1 – 4 of 4) sorted by relevance
| /external/clang/lib/AST/ |
| D | Stmt.cpp | 1010 ArrayRef<Expr *> CaptureInits, in CapturedStmt() 1041 ArrayRef<Expr *> CaptureInits, in Create()
|
| D | ExprCXX.cpp | 855 bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in LambdaExpr() 911 bool ExplicitParams, bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in Create()
|
| /external/clang/lib/Sema/ |
| D | SemaLambda.cpp | 1493 SmallVector<Expr *, 4> CaptureInits; in BuildLambdaExpr() local
|
| D | SemaStmt.cpp | 3855 SmallVectorImpl<Expr *> &CaptureInits, in buildCapturedStmtCaptureList() 3981 SmallVector<Expr *, 4> CaptureInits; in ActOnCapturedRegionEnd() local
|