reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Serialization/ASTReader.cpp
 9998     for (auto *R = getMostRecentExistingDecl(RTD); R; R = R->getPreviousDecl())
 9998     for (auto *R = getMostRecentExistingDecl(RTD); R; R = R->getPreviousDecl())
 9998     for (auto *R = getMostRecentExistingDecl(RTD); R; R = R->getPreviousDecl())
 9999       cast<RedeclarableTemplateDecl>(R)->Common = RTD->Common;