Searched refs:FirstLocal (Results 1 – 2 of 2) sorted by relevance
1821 const Decl *FirstLocal = Writer.getFirstLocalDecl(DAsT); in VisitRedeclarable() local1822 if (DAsT == FirstLocal) { in VisitRedeclarable()1837 for (const Decl *Prev = FirstLocal->getMostRecentDecl(); in VisitRedeclarable()1838 Prev != FirstLocal; Prev = Prev->getPreviousDecl()) in VisitRedeclarable()1850 Record.AddDeclRef(FirstLocal); in VisitRedeclarable()
4013 void ASTReader::loadPendingDeclChain(Decl *FirstLocal, uint64_t LocalOffset) { in loadPendingDeclChain() argument4015 Decl *CanonDecl = FirstLocal->getCanonicalDecl(); in loadPendingDeclChain()4016 if (FirstLocal != CanonDecl) { in loadPendingDeclChain()4019 *this, FirstLocal, PrevMostRecent ? PrevMostRecent : CanonDecl, in loadPendingDeclChain()4024 ASTDeclReader::attachLatestDecl(CanonDecl, FirstLocal); in loadPendingDeclChain()4029 ModuleFile *M = getOwningModuleFile(FirstLocal); in loadPendingDeclChain()4056 Decl *MostRecent = FirstLocal; in loadPendingDeclChain()