• Home
  • Raw
  • Download

Lines Matching refs:ModuleFile

40     ModuleFile &F;
198 ASTDeclReader(ASTReader &Reader, ModuleFile &F, DeclID thisDeclID, in ASTDeclReader()
232 void UpdateDecl(Decl *D, ModuleFile &ModuleFile,
2365 void ASTReader::ReadAttributes(ModuleFile &F, AttrVec &Attrs, in ReadAttributes()
2432 ModuleFile *M = I->second; in DeclCursorForID()
2440 ContinuousRangeMap<uint64_t, ModuleFile*, 4>::iterator I in getLocalBitOffset()
2447 uint64_t ASTReader::getGlobalBitOffset(ModuleFile &M, uint32_t LocalOffset) { in getGlobalBitOffset()
3377 ModuleFile *F = FileAndOffset.first; in loadDeclUpdateRecords()
3419 ModuleFile *M = getOwningModuleFile(FirstLocal); in loadPendingDeclChain()
3514 bool operator()(ModuleFile &M) { in operator ()()
3583 void ASTDeclReader::UpdateDecl(Decl *D, ModuleFile &ModuleFile, in UpdateDecl() argument
3591 Decl *MD = Reader.ReadDecl(ModuleFile, Record, Idx); in UpdateDecl()
3601 (void)Reader.ReadDecl(ModuleFile, Record, Idx); in UpdateDecl()
3606 = Reader.ReadDeclAs<NamespaceDecl>(ModuleFile, Record, Idx); in UpdateDecl()
3611 if (ModuleFile.Kind != MK_ImplicitModule && in UpdateDecl()
3612 ModuleFile.Kind != MK_ExplicitModule) { in UpdateDecl()
3623 Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3642 FD->setInnerLocStart(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3667 Reader.ReadLexicalDeclContextStorage(ModuleFile, ModuleFile.DeclsCursor, in UpdateDecl()
3673 SourceLocation POI = Reader.ReadSourceLocation(ModuleFile, Record, Idx); in UpdateDecl()
3701 RD->setLocation(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3702 RD->setLocStart(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3703 RD->setRBraceLoc(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3716 auto *Del = Reader.ReadDeclAs<FunctionDecl>(ModuleFile, Record, Idx); in UpdateDecl()
3727 Reader.readExceptionSpec(ModuleFile, ExceptionStorage, ESI, Record, Idx); in UpdateDecl()
3749 QualType DeducedResultType = Reader.readType(ModuleFile, Record, Idx); in UpdateDecl()