Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DTreeTransform.h11393 VarDecl *oldCapture = I.getVariable(); in TransformBlockExpr() local
11396 if (isa<ParmVarDecl>(oldCapture) && in TransformBlockExpr()
11397 cast<ParmVarDecl>(oldCapture)->isParameterPack()) in TransformBlockExpr()
11402 oldCapture)); in TransformBlockExpr()