Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1961 const Decl *FirstLocal = Writer.getFirstLocalDecl(DAsT); in VisitRedeclarable() local
1962 if (DAsT == FirstLocal) { in VisitRedeclarable()
1977 for (const Decl *Prev = FirstLocal->getMostRecentDecl(); in VisitRedeclarable()
1978 Prev != FirstLocal; Prev = Prev->getPreviousDecl()) in VisitRedeclarable()
1990 Record.AddDeclRef(FirstLocal); in VisitRedeclarable()
H A DASTReaderDecl.cpp4276 void ASTReader::loadPendingDeclChain(Decl *FirstLocal, uint64_t LocalOffset) { in loadPendingDeclChain() argument
4278 Decl *CanonDecl = FirstLocal->getCanonicalDecl(); in loadPendingDeclChain()
4279 if (FirstLocal != CanonDecl) { in loadPendingDeclChain()
4282 *this, FirstLocal, PrevMostRecent ? PrevMostRecent : CanonDecl, in loadPendingDeclChain()
4287 ASTDeclReader::attachLatestDecl(CanonDecl, FirstLocal); in loadPendingDeclChain()
4292 ModuleFile *M = getOwningModuleFile(FirstLocal); in loadPendingDeclChain()
4319 Decl *MostRecent = FirstLocal; in loadPendingDeclChain()