reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
264 if (Existing == New) 268 if (Existing->getKind() != New->getKind()) 272 if (Existing->getCanonicalDecl() == New->getCanonicalDecl()) { 275 if (Existing->isFromASTFile() && New->isFromASTFile()) 279 Decl *MostRecent = Existing->getMostRecentDecl(); 280 if (Existing == MostRecent) 289 if (RD == Existing)