Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DTreeTransform.h600 ArrayRef<InitCaptureInfoTy> InitCaptureExprsAndTypes);
8285 SmallVector<InitCaptureInfoTy, 8> InitCaptureExprsAndTypes; in TransformLambdaExpr() local
8286 InitCaptureExprsAndTypes.resize(E->explicit_capture_end() - in TransformLambdaExpr()
8310 InitCaptureExprsAndTypes[C - E->capture_begin()] = in TransformLambdaExpr()
8410 InitCaptureExprsAndTypes); in TransformLambdaExpr()
8417 ArrayRef<InitCaptureInfoTy> InitCaptureExprsAndTypes) { in TransformLambdaScope() argument
8454 InitCaptureExprsAndTypes[C - E->capture_begin()]; in TransformLambdaScope()
DSemaTemplateInstantiate.cpp921 ArrayRef<InitCaptureInfoTy> InitCaptureExprsAndTypes) { in TransformLambdaScope() argument
941 InitCaptureExprsAndTypes); in TransformLambdaScope()