Searched refs:FileSortedDecls (Results 1 – 3 of 3) sorted by relevance
42 FileSortedDecls(nullptr), NumFileSortedDecls(0), in ModuleFile()
1250 const DeclID *FirstDecl = F->FileSortedDecls + Record[6]; in ReadSLocEntry()1253 assert(F->FileSortedDecls && "FILE_SORTED_DECLS not encountered yet ?"); in ReadSLocEntry()2788 F.FileSortedDecls = (const DeclID *)Blob.data(); in ReadASTBlock()4848 ModuleDeclIterator(this, &Mod, Mod.FileSortedDecls), in getModuleFileLevelDecls()4850 Mod.FileSortedDecls + Mod.NumFileSortedDecls)); in getModuleFileLevelDecls()
417 const serialization::DeclID *FileSortedDecls; variable