reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
176 for (const Decl *R = D->getMostRecentDecl(); R; R = R->getPreviousDecl()) { 176 for (const Decl *R = D->getMostRecentDecl(); R; R = R->getPreviousDecl()) { 176 for (const Decl *R = D->getMostRecentDecl(); R; R = R->getPreviousDecl()) { 177 if (R->isFromASTFile()) 178 Firsts[Writer.Chain->getOwningModuleFile(R)] = R; 178 Firsts[Writer.Chain->getOwningModuleFile(R)] = R; 180 Firsts[nullptr] = R;