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

References

tools/clang/lib/Serialization/ASTReaderDecl.cpp
 4050   if (FirstLocal != CanonDecl) {
 4051     Decl *PrevMostRecent = ASTDeclReader::getMostRecentDecl(CanonDecl);
 4053         *this, FirstLocal, PrevMostRecent ? PrevMostRecent : CanonDecl,
 4054         CanonDecl);
 4058     ASTDeclReader::attachLatestDecl(CanonDecl, FirstLocal);
 4093     ASTDeclReader::attachPreviousDecl(*this, D, MostRecent, CanonDecl);
 4096   ASTDeclReader::attachLatestDecl(CanonDecl, MostRecent);