Lines Matching refs:ModuleFile

39     ModuleFile &F;
211 ASTDeclReader(ASTReader &Reader, ModuleFile &F, DeclID thisDeclID, in ASTDeclReader()
238 void UpdateDecl(Decl *D, ModuleFile &ModuleFile,
2234 void ASTReader::ReadAttributes(ModuleFile &F, AttrVec &Attrs, in ReadAttributes()
2301 ModuleFile *M = I->second; in DeclCursorForID()
2309 ContinuousRangeMap<uint64_t, ModuleFile*, 4>::iterator I in getLocalBitOffset()
2316 uint64_t ASTReader::getGlobalBitOffset(ModuleFile &M, uint32_t LocalOffset) { in getGlobalBitOffset()
3175 ModuleFile *F = I->first; in loadDeclUpdateRecords()
3221 static bool visit(ModuleFile &M, bool Preorder, void *UserData) { in visit()
3236 void searchForID(ModuleFile &M, GlobalDeclID GlobalID) { in searchForID()
3273 bool visit(ModuleFile &M) { in visit()
3396 static bool visit(ModuleFile &M, void *UserData) { in visit()
3400 bool visit(ModuleFile &M) { in visit()
3511 void ASTDeclReader::UpdateDecl(Decl *D, ModuleFile &ModuleFile, in UpdateDecl() argument
3518 Decl *MD = Reader.ReadDecl(ModuleFile, Record, Idx); in UpdateDecl()
3528 (void)Reader.ReadDecl(ModuleFile, Record, Idx); in UpdateDecl()
3533 = Reader.ReadDeclAs<NamespaceDecl>(ModuleFile, Record, Idx); in UpdateDecl()
3538 if (ModuleFile.Kind != MK_ImplicitModule && in UpdateDecl()
3539 ModuleFile.Kind != MK_ExplicitModule) { in UpdateDecl()
3550 Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3569 FD->setInnerLocStart(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3572 Reader.ReadCXXCtorInitializers(ModuleFile, Record, Idx); in UpdateDecl()
3575 DD->setOperatorDelete(Reader.ReadDeclAs<FunctionDecl>(ModuleFile, in UpdateDecl()
3592 Reader.ReadDeclContextStorage(ModuleFile, ModuleFile.DeclsCursor, in UpdateDecl()
3594 ModuleFile.DeclContextInfos[RD]); in UpdateDecl()
3599 SourceLocation POI = Reader.ReadSourceLocation(ModuleFile, Record, Idx); in UpdateDecl()
3627 RD->setLocation(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3628 RD->setLocStart(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3629 RD->setRBraceLoc(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3644 Reader.readExceptionSpec(ModuleFile, ExceptionStorage, ESI, Record, Idx); in UpdateDecl()
3663 QualType DeducedResultType = Reader.readType(ModuleFile, Record, Idx); in UpdateDecl()