Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmt.cpp989 ArrayRef<Expr *> CaptureInits, in CapturedStmt()
1020 ArrayRef<Expr *> CaptureInits, in Create()
DExprCXX.cpp932 ArrayRef<Expr *> CaptureInits, in LambdaExpr()
995 ArrayRef<Expr *> CaptureInits, in Create()
/external/clang/lib/Sema/
DSemaLambda.cpp1486 SmallVector<Expr *, 4> CaptureInits; in BuildLambdaExpr() local
DSemaStmt.cpp3787 SmallVectorImpl<Expr *> &CaptureInits, in buildCapturedStmtCaptureList()
3913 SmallVector<Expr *, 4> CaptureInits; in ActOnCapturedRegionEnd() local