Home | History | Annotate | Download | only in Frontend

Lines Matching refs:DG

271     void RewriteForwardClassDecl(const SmallVectorImpl<Decl *> &DG);
289 void RewriteForwardProtocolDecl(const SmallVectorImpl<Decl *> &DG);
690 SmallVector<Decl *, 8> DG;
696 DG.push_back(*DI);
702 RewriteForwardClassDecl(DG);
709 SmallVector<Decl *, 8> DG;
715 DG.push_back(*DI);
721 RewriteForwardProtocolDecl(DG);
1037 RewriteObjC::RewriteForwardProtocolDecl(const SmallVectorImpl<Decl *> &DG) {
1038 SourceLocation LocStart = DG[0]->getLocStart();