Home
last modified time | relevance | path

Searched refs:InitCaptureExprsAndTypes (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp821 ArrayRef<InitCaptureInfoTy> InitCaptureExprsAndTypes) { in TransformLambdaScope() argument
839 InitCaptureExprsAndTypes); in TransformLambdaScope()
DTreeTransform.h626 ArrayRef<InitCaptureInfoTy> InitCaptureExprsAndTypes);
9134 SmallVector<InitCaptureInfoTy, 8> InitCaptureExprsAndTypes; in TransformLambdaExpr() local
9135 InitCaptureExprsAndTypes.resize(E->explicit_capture_end() - in TransformLambdaExpr()
9158 InitCaptureExprsAndTypes[C - E->capture_begin()] = in TransformLambdaExpr()
9217 InitCaptureExprsAndTypes); in TransformLambdaExpr()
9224 ArrayRef<InitCaptureInfoTy> InitCaptureExprsAndTypes) { in TransformLambdaScope() argument
9266 InitCaptureExprsAndTypes[C - E->capture_begin()]; in TransformLambdaScope()