Searched refs:InitCaptureExprsAndTypes (Results 1 – 1 of 1) sorted by relevance
10150 SmallVector<InitCaptureInfoTy, 8> InitCaptureExprsAndTypes; in TransformLambdaExpr() local10151 InitCaptureExprsAndTypes.resize(E->explicit_capture_end() - in TransformLambdaExpr()10175 InitCaptureExprsAndTypes[C - E->capture_begin()] = in TransformLambdaExpr()10275 InitCaptureExprsAndTypes[C - E->capture_begin()]; in TransformLambdaExpr()