Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:DG

268     void RewriteForwardClassDecl(const llvm::SmallVector<Decl*, 8> &DG);
286 void RewriteForwardProtocolDecl(const llvm::SmallVector<Decl*, 8> &DG);
677 SmallVector<Decl *, 8> DG;
683 DG.push_back(*DI);
689 RewriteForwardClassDecl(DG);
696 SmallVector<Decl *, 8> DG;
702 DG.push_back(*DI);
708 RewriteForwardProtocolDecl(DG);
1036 RewriteObjC::RewriteForwardProtocolDecl(const llvm::SmallVector<Decl*, 8> &DG) {
1037 SourceLocation LocStart = DG[0]->getLocStart();