Home | History | Annotate | Download | only in Sema

Lines Matching defs:VD

186           VarDecl *VD = I->getCapturedVar();
187 if (VD->isParameterPack())
188 Unexpanded.push_back(std::make_pair(VD, I->getLocation()));