Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmt.cpp1010 ArrayRef<Expr *> CaptureInits, in CapturedStmt()
1041 ArrayRef<Expr *> CaptureInits, in Create()
DExprCXX.cpp855 bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in LambdaExpr()
911 bool ExplicitParams, bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in Create()
/external/clang/lib/Sema/
DSemaLambda.cpp1493 SmallVector<Expr *, 4> CaptureInits; in BuildLambdaExpr() local
DSemaStmt.cpp3855 SmallVectorImpl<Expr *> &CaptureInits, in buildCapturedStmtCaptureList()
3981 SmallVector<Expr *, 4> CaptureInits; in ActOnCapturedRegionEnd() local