Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h12274 VarDecl *oldCapture = I.getVariable(); in TransformBlockExpr() local
12277 if (isa<ParmVarDecl>(oldCapture) && in TransformBlockExpr()
12278 cast<ParmVarDecl>(oldCapture)->isParameterPack()) in TransformBlockExpr()
12283 oldCapture)); in TransformBlockExpr()