Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:DG

282     void RewriteForwardClassDecl(const llvm::SmallVector<Decl*, 8> &DG);
300 void RewriteForwardProtocolDecl(const llvm::SmallVector<Decl*, 8> &DG);
689 SmallVector<Decl *, 8> DG;
695 DG.push_back(*DI);
701 RewriteForwardClassDecl(DG);
714 SmallVector<Decl *, 8> DG;
720 DG.push_back(*DI);
726 RewriteForwardProtocolDecl(DG);
1067 RewriteModernObjC::RewriteForwardProtocolDecl(const llvm::SmallVector<Decl*, 8> &DG) {
1068 SourceLocation LocStart = DG[0]->getLocStart();