Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp841 ArrayRef<InitCaptureInfoTy> InitCaptureExprsAndTypes) { in TransformLambdaScope() argument
859 InitCaptureExprsAndTypes); in TransformLambdaScope()
H A DTreeTransform.h626 ArrayRef<InitCaptureInfoTy> InitCaptureExprsAndTypes);
9095 SmallVector<InitCaptureInfoTy, 8> InitCaptureExprsAndTypes; in TransformLambdaExpr() local
9096 InitCaptureExprsAndTypes.resize(E->explicit_capture_end() - in TransformLambdaExpr()
9119 InitCaptureExprsAndTypes[C - E->capture_begin()] = in TransformLambdaExpr()
9178 InitCaptureExprsAndTypes); in TransformLambdaExpr()
9185 ArrayRef<InitCaptureInfoTy> InitCaptureExprsAndTypes) { in TransformLambdaScope() argument
9227 InitCaptureExprsAndTypes[C - E->capture_begin()]; in TransformLambdaScope()