Lines Matching defs:DG
325 void RewriteForwardClassDecl(const SmallVectorImpl<Decl *> &DG);
343 void RewriteForwardProtocolDecl(const SmallVectorImpl<Decl *> &DG);
768 SmallVector<Decl *, 8> DG;
774 DG.push_back(*DI);
780 RewriteForwardClassDecl(DG);
793 SmallVector<Decl *, 8> DG;
799 DG.push_back(*DI);
805 RewriteForwardProtocolDecl(DG);
1219 RewriteModernObjC::RewriteForwardProtocolDecl(const SmallVectorImpl<Decl *> &DG) {
1220 SourceLocation LocStart = DG[0]->getLocStart();