Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:DG

316     void RewriteForwardClassDecl(const SmallVectorImpl<Decl *> &DG);
334 void RewriteForwardProtocolDecl(const SmallVectorImpl<Decl *> &DG);
756 SmallVector<Decl *, 8> DG;
762 DG.push_back(*DI);
768 RewriteForwardClassDecl(DG);
781 SmallVector<Decl *, 8> DG;
787 DG.push_back(*DI);
793 RewriteForwardProtocolDecl(DG);
1207 RewriteModernObjC::RewriteForwardProtocolDecl(const SmallVectorImpl<Decl *> &DG) {
1208 SourceLocation LocStart = DG[0]->getLocStart();