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

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

Completed in 810 milliseconds