Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:DG

263     void RewriteForwardClassDecl(const SmallVectorImpl<Decl *> &DG);
281 void RewriteForwardProtocolDecl(const SmallVectorImpl<Decl *> &DG);
681 SmallVector<Decl *, 8> DG;
687 DG.push_back(*DI);
693 RewriteForwardClassDecl(DG);
700 SmallVector<Decl *, 8> DG;
706 DG.push_back(*DI);
712 RewriteForwardProtocolDecl(DG);
1028 RewriteObjC::RewriteForwardProtocolDecl(const SmallVectorImpl<Decl *> &DG) {
1029 SourceLocation LocStart = DG[0]->getLocStart();