Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTWriterDecl.cpp1594 const Decl *FirstLocal = Writer.getFirstLocalDecl(DAsT); in VisitRedeclarable() local
1595 if (DAsT == FirstLocal) { in VisitRedeclarable()
1610 for (const Decl *Prev = FirstLocal->getMostRecentDecl(); in VisitRedeclarable()
1611 Prev != FirstLocal; Prev = Prev->getPreviousDecl()) in VisitRedeclarable()
1623 Record.AddDeclRef(FirstLocal); in VisitRedeclarable()
DASTReaderDecl.cpp3535 void ASTReader::loadPendingDeclChain(Decl *FirstLocal, uint64_t LocalOffset) { in loadPendingDeclChain() argument
3537 Decl *CanonDecl = FirstLocal->getCanonicalDecl(); in loadPendingDeclChain()
3538 if (FirstLocal != CanonDecl) { in loadPendingDeclChain()
3541 *this, FirstLocal, PrevMostRecent ? PrevMostRecent : CanonDecl, in loadPendingDeclChain()
3546 ASTDeclReader::attachLatestDecl(CanonDecl, FirstLocal); in loadPendingDeclChain()
3551 ModuleFile *M = getOwningModuleFile(FirstLocal); in loadPendingDeclChain()
3566 Decl *MostRecent = FirstLocal; in loadPendingDeclChain()