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

References

tools/clang/lib/Serialization/ASTReader.cpp
 9991       for (auto *R = getMostRecentExistingDecl(PD); R; R = R->getPreviousDecl())
 9991       for (auto *R = getMostRecentExistingDecl(PD); R; R = R->getPreviousDecl())
 9991       for (auto *R = getMostRecentExistingDecl(PD); R; R = R->getPreviousDecl())
 9992         cast<ObjCProtocolDecl>(R)->Data = PD->Data;