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