Home | History | Annotate | Download | only in Frontend

Lines Matching defs:DG

270     void RewriteForwardClassDecl(const SmallVectorImpl<Decl *> &DG);
288 void RewriteForwardProtocolDecl(const SmallVectorImpl<Decl *> &DG);
683 SmallVector<Decl *, 8> DG;
689 DG.push_back(*DI);
695 RewriteForwardClassDecl(DG);
702 SmallVector<Decl *, 8> DG;
708 DG.push_back(*DI);
714 RewriteForwardProtocolDecl(DG);
1041 RewriteObjC::RewriteForwardProtocolDecl(const SmallVectorImpl<Decl *> &DG) {
1042 SourceLocation LocStart = DG[0]->getLocStart();