Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp4111 void ASTReader::loadPendingDeclChain(Decl *FirstLocal, uint64_t LocalOffset) { in loadPendingDeclChain() argument
4113 Decl *CanonDecl = FirstLocal->getCanonicalDecl(); in loadPendingDeclChain()
4114 if (FirstLocal != CanonDecl) { in loadPendingDeclChain()
4117 *this, FirstLocal, PrevMostRecent ? PrevMostRecent : CanonDecl, in loadPendingDeclChain()
4122 ASTDeclReader::attachLatestDecl(CanonDecl, FirstLocal); in loadPendingDeclChain()
4127 ModuleFile *M = getOwningModuleFile(FirstLocal); in loadPendingDeclChain()
4154 Decl *MostRecent = FirstLocal; in loadPendingDeclChain()
H A DASTWriterDecl.cpp1849 const Decl *FirstLocal = Writer.getFirstLocalDecl(DAsT); in VisitRedeclarable() local
1850 if (DAsT == FirstLocal) { in VisitRedeclarable()
1865 for (const Decl *Prev = FirstLocal->getMostRecentDecl(); in VisitRedeclarable()
1866 Prev != FirstLocal; Prev = Prev->getPreviousDecl()) in VisitRedeclarable()
1878 Record.AddDeclRef(FirstLocal); in VisitRedeclarable()