Home | History | Annotate | Download | only in Frontend

Lines Matching refs:DG

310     void RewriteForwardClassDecl(const SmallVector<Decl *, 8> &DG);
328 void RewriteForwardProtocolDecl(const SmallVector<Decl *, 8> &DG);
747 SmallVector<Decl *, 8> DG;
753 DG.push_back(*DI);
759 RewriteForwardClassDecl(DG);
772 SmallVector<Decl *, 8> DG;
778 DG.push_back(*DI);
784 RewriteForwardProtocolDecl(DG);
1205 RewriteModernObjC::RewriteForwardProtocolDecl(const SmallVector<Decl *, 8> &DG) {
1206 SourceLocation LocStart = DG[0]->getLocStart();