Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLambda.cpp920 SmallVector<Expr *, 4> CaptureInits; in ActOnLambdaExpr() local
DSemaStmt.cpp3160 SmallVectorImpl<Expr *> &CaptureInits, in buildCapturedStmtCaptureList()
3223 SmallVector<Expr *, 4> CaptureInits; in ActOnCapturedRegionEnd() local
/external/clang/lib/AST/
DStmt.cpp1033 ArrayRef<Expr *> CaptureInits, in CapturedStmt()
1064 ArrayRef<Expr *> CaptureInits, in Create()
DExprCXX.cpp863 ArrayRef<Expr *> CaptureInits, in LambdaExpr()
924 ArrayRef<Expr *> CaptureInits, in Create()