Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp829 ArrayRef<InitCaptureInfoTy> InitCaptureExprsAndTypes) { in TransformLambdaScope() argument
847 InitCaptureExprsAndTypes); in TransformLambdaScope()
DTreeTransform.h599 ArrayRef<InitCaptureInfoTy> InitCaptureExprsAndTypes);
8626 SmallVector<InitCaptureInfoTy, 8> InitCaptureExprsAndTypes; in TransformLambdaExpr() local
8627 InitCaptureExprsAndTypes.resize(E->explicit_capture_end() - in TransformLambdaExpr()
8651 InitCaptureExprsAndTypes[C - E->capture_begin()] = in TransformLambdaExpr()
8751 InitCaptureExprsAndTypes); in TransformLambdaExpr()
8758 ArrayRef<InitCaptureInfoTy> InitCaptureExprsAndTypes) { in TransformLambdaScope() argument
8796 InitCaptureExprsAndTypes[C - E->capture_begin()]; in TransformLambdaScope()