Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h10984 SmallVector<InitCaptureInfoTy, 8> InitCaptureExprsAndTypes; in TransformLambdaExpr() local
10985 InitCaptureExprsAndTypes.resize(E->explicit_capture_end() - in TransformLambdaExpr()
11009 InitCaptureExprsAndTypes[C - E->capture_begin()] = in TransformLambdaExpr()
11122 InitCaptureExprsAndTypes[C - E->capture_begin()]; in TransformLambdaExpr()