Lines Matching full:vardecl
1441 const VarDecl *ParentThis;1442 llvm::SmallSetVector<const VarDecl *, 4> Captures;1444 CaptureFinder(CodeGenFunction &ParentCGF, const VarDecl *ParentThis)1467 const auto *D = dyn_cast<VarDecl>(E->getDecl());1581 for (const VarDecl *VD : Finder.Captures) {