Searched refs:DGrp (Results 1 – 2 of 2) sorted by relevance
588 DeclGroupRef DGrp = S->getDeclGroup(); in translateDeclStmt() local589 for (DeclGroupRef::iterator I = DGrp.begin(), E = DGrp.end(); I != E; ++I) { in translateDeclStmt()
566 DeclGroupRef DGrp = S->getDeclGroup(); in VisitDeclStmt() local567 for (const auto *D : DGrp) { in VisitDeclStmt()