HomeSort by: relevance | last modified time | path
    Searched refs:FirstLocal (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 4230 void ASTReader::loadPendingDeclChain(Decl *FirstLocal, uint64_t LocalOffset) {
4231 // Attach FirstLocal to the end of the decl chain.
4232 Decl *CanonDecl = FirstLocal->getCanonicalDecl();
4233 if (FirstLocal != CanonDecl) {
4236 *this, FirstLocal, PrevMostRecent ? PrevMostRecent : CanonDecl,
4241 ASTDeclReader::attachLatestDecl(CanonDecl, FirstLocal);
4246 ModuleFile *M = getOwningModuleFile(FirstLocal);
4273 Decl *MostRecent = FirstLocal;
ASTWriterDecl.cpp 1793 const Decl *FirstLocal = Writer.getFirstLocalDecl(DAsT);
1794 if (DAsT == FirstLocal) {
1809 for (const Decl *Prev = FirstLocal->getMostRecentDecl();
1810 Prev != FirstLocal; Prev = Prev->getPreviousDecl())
1822 Record.AddDeclRef(FirstLocal);

Completed in 56 milliseconds