Home | History | Annotate | Download | only in Sema

Lines Matching refs:DG

5577     DeclGroupRef DG = IterationVar.getAsVal<DeclGroupRef>();
5578 for (DeclGroupRef::iterator I = DG.begin(), End = DG.end(); I != End; ++I) {