Home
last modified time | relevance | path

Searched refs:FirstLocal (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1793 const Decl *FirstLocal = Writer.getFirstLocalDecl(DAsT); in VisitRedeclarable() local
1794 if (DAsT == FirstLocal) { in VisitRedeclarable()
1809 for (const Decl *Prev = FirstLocal->getMostRecentDecl(); in VisitRedeclarable()
1810 Prev != FirstLocal; Prev = Prev->getPreviousDecl()) in VisitRedeclarable()
1822 Record.AddDeclRef(FirstLocal); in VisitRedeclarable()
H A DASTReaderDecl.cpp4230 void ASTReader::loadPendingDeclChain(Decl *FirstLocal, uint64_t LocalOffset) { in loadPendingDeclChain() argument
4232 Decl *CanonDecl = FirstLocal->getCanonicalDecl(); in loadPendingDeclChain()
4233 if (FirstLocal != CanonDecl) { in loadPendingDeclChain()
4236 *this, FirstLocal, PrevMostRecent ? PrevMostRecent : CanonDecl, in loadPendingDeclChain()
4241 ASTDeclReader::attachLatestDecl(CanonDecl, FirstLocal); in loadPendingDeclChain()
4246 ModuleFile *M = getOwningModuleFile(FirstLocal); in loadPendingDeclChain()
4273 Decl *MostRecent = FirstLocal; in loadPendingDeclChain()