Lines Matching refs:ModuleFile
39 ModuleFile &F;
66 uint64_t ReadGlobalOffset(ModuleFile &F, const RecordData &R, unsigned &I) { in ReadGlobalOffset()
254 void UpdateDecl(Decl *D, ModuleFile &ModuleFile,
2461 void ASTReader::ReadAttributes(ModuleFile &F, AttrVec &Attrs, in ReadAttributes()
2524 ModuleFile *M = I->second; in DeclCursorForID()
2532 ContinuousRangeMap<uint64_t, ModuleFile*, 4>::iterator I in getLocalBitOffset()
2539 uint64_t ASTReader::getGlobalBitOffset(ModuleFile &M, uint32_t LocalOffset) { in getGlobalBitOffset()
3494 ModuleFile *F = FileAndOffset.first; in loadDeclUpdateRecords()
3551 ModuleFile *M = getOwningModuleFile(FirstLocal); in loadPendingDeclChain()
3646 bool operator()(ModuleFile &M) { in operator ()()
3715 void ASTDeclReader::UpdateDecl(Decl *D, ModuleFile &ModuleFile, in UpdateDecl() argument
3723 Decl *MD = Reader.ReadDecl(ModuleFile, Record, Idx); in UpdateDecl()
3733 (void)Reader.ReadDecl(ModuleFile, Record, Idx); in UpdateDecl()
3738 = Reader.ReadDeclAs<NamespaceDecl>(ModuleFile, Record, Idx); in UpdateDecl()
3743 if (ModuleFile.Kind != MK_ImplicitModule && in UpdateDecl()
3744 ModuleFile.Kind != MK_ExplicitModule) { in UpdateDecl()
3755 Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3789 FD->setInnerLocStart(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3813 Reader.ReadLexicalDeclContextStorage(ModuleFile, ModuleFile.DeclsCursor, in UpdateDecl()
3819 SourceLocation POI = Reader.ReadSourceLocation(ModuleFile, Record, Idx); in UpdateDecl()
3847 RD->setLocation(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3848 RD->setLocStart(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3849 RD->setRBraceLoc(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3862 auto *Del = Reader.ReadDeclAs<FunctionDecl>(ModuleFile, Record, Idx); in UpdateDecl()
3873 Reader.readExceptionSpec(ModuleFile, ExceptionStorage, ESI, Record, Idx); in UpdateDecl()
3895 QualType DeducedResultType = Reader.readType(ModuleFile, Record, Idx); in UpdateDecl()