Lines Matching refs:ModuleFile
39 ModuleFile &F;
217 ASTDeclReader(ASTReader &Reader, ModuleFile &F, DeclID thisDeclID, in ASTDeclReader()
251 void UpdateDecl(Decl *D, ModuleFile &ModuleFile,
2287 void ASTReader::ReadAttributes(ModuleFile &F, AttrVec &Attrs, in ReadAttributes()
2354 ModuleFile *M = I->second; in DeclCursorForID()
2362 ContinuousRangeMap<uint64_t, ModuleFile*, 4>::iterator I in getLocalBitOffset()
2369 uint64_t ASTReader::getGlobalBitOffset(ModuleFile &M, uint32_t LocalOffset) { in getGlobalBitOffset()
3257 ModuleFile *F = I->first; in loadDeclUpdateRecords()
3303 static bool visit(ModuleFile &M, bool Preorder, void *UserData) { in visit()
3318 void searchForID(ModuleFile &M, GlobalDeclID GlobalID) { in searchForID()
3361 bool visit(ModuleFile &M) { in visit()
3488 static bool visit(ModuleFile &M, void *UserData) { in visit()
3492 bool visit(ModuleFile &M) { in visit()
3603 void ASTDeclReader::UpdateDecl(Decl *D, ModuleFile &ModuleFile, in UpdateDecl() argument
3611 Decl *MD = Reader.ReadDecl(ModuleFile, Record, Idx); in UpdateDecl()
3632 (void)Reader.ReadDecl(ModuleFile, Record, Idx); in UpdateDecl()
3637 = Reader.ReadDeclAs<NamespaceDecl>(ModuleFile, Record, Idx); in UpdateDecl()
3642 if (ModuleFile.Kind != MK_ImplicitModule && in UpdateDecl()
3643 ModuleFile.Kind != MK_ExplicitModule) { in UpdateDecl()
3654 Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3673 FD->setInnerLocStart(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3699 Reader.ReadDeclContextStorage(ModuleFile, ModuleFile.DeclsCursor, in UpdateDecl()
3701 ModuleFile.DeclContextInfos[RD]); in UpdateDecl()
3706 SourceLocation POI = Reader.ReadSourceLocation(ModuleFile, Record, Idx); in UpdateDecl()
3734 RD->setLocation(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3735 RD->setLocStart(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3736 RD->setRBraceLoc(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3749 auto *Del = Reader.ReadDeclAs<FunctionDecl>(ModuleFile, Record, Idx); in UpdateDecl()
3760 Reader.readExceptionSpec(ModuleFile, ExceptionStorage, ESI, Record, Idx); in UpdateDecl()
3782 QualType DeducedResultType = Reader.readType(ModuleFile, Record, Idx); in UpdateDecl()