Lines Matching refs:ModuleFile
39 ModuleFile &F;
193 ASTDeclReader(ASTReader &Reader, ModuleFile &F, in ASTDeclReader()
220 void UpdateDecl(Decl *D, ModuleFile &ModuleFile,
2145 void ASTReader::ReadAttributes(ModuleFile &F, AttrVec &Attrs, in ReadAttributes()
2211 ModuleFile *M = I->second; in DeclCursorForID()
2219 ContinuousRangeMap<uint64_t, ModuleFile*, 4>::iterator I in getLocalBitOffset()
2226 uint64_t ASTReader::getGlobalBitOffset(ModuleFile &M, uint32_t LocalOffset) { in getGlobalBitOffset()
2882 ModuleFile *F = I->first; in loadDeclUpdateRecords()
2928 static bool visit(ModuleFile &M, bool Preorder, void *UserData) { in visit()
2943 void searchForID(ModuleFile &M, GlobalDeclID GlobalID) { in searchForID()
2980 bool visit(ModuleFile &M) { in visit()
3101 static bool visit(ModuleFile &M, void *UserData) { in visit()
3105 bool visit(ModuleFile &M) { in visit()
3153 void ASTDeclReader::UpdateDecl(Decl *D, ModuleFile &ModuleFile, in UpdateDecl() argument
3158 Decl *MD = Reader.ReadDecl(ModuleFile, Record, Idx); in UpdateDecl()
3166 (void)Reader.ReadDecl(ModuleFile, Record, Idx); in UpdateDecl()
3171 = Reader.ReadDeclAs<NamespaceDecl>(ModuleFile, Record, Idx); in UpdateDecl()
3176 if (ModuleFile.Kind != MK_Module) { in UpdateDecl()
3187 Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3209 FD->setInnerLocStart(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3212 Reader.ReadCXXCtorInitializers(ModuleFile, Record, Idx); in UpdateDecl()
3228 Reader.ReadDeclContextStorage(ModuleFile, ModuleFile.DeclsCursor, in UpdateDecl()
3230 ModuleFile.DeclContextInfos[RD]); in UpdateDecl()
3234 SourceLocation POI = Reader.ReadSourceLocation(ModuleFile, Record, Idx); in UpdateDecl()
3257 RD->setLocation(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3258 RD->setLocStart(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3259 RD->setRBraceLoc(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3274 Reader.readExceptionSpec(ModuleFile, ExceptionStorage, EPI, Record, Idx); in UpdateDecl()
3283 FD, Reader.readType(ModuleFile, Record, Idx)); in UpdateDecl()