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

References

tools/clang/lib/Serialization/ASTReaderDecl.cpp
 4049   Decl *CanonDecl = FirstLocal->getCanonicalDecl();
 4050   if (FirstLocal != CanonDecl) {
 4053         *this, FirstLocal, PrevMostRecent ? PrevMostRecent : CanonDecl,
 4058     ASTDeclReader::attachLatestDecl(CanonDecl, FirstLocal);
 4063   ModuleFile *M = getOwningModuleFile(FirstLocal);
 4090   Decl *MostRecent = FirstLocal;