Searched refs:FileSortedDecls (Results 1 – 3 of 3) sorted by relevance
40 FileSortedDecls(nullptr), NumFileSortedDecls(0), in ModuleFile()
1286 const DeclID *FirstDecl = F->FileSortedDecls + Record[6]; in ReadSLocEntry()1289 assert(F->FileSortedDecls && "FILE_SORTED_DECLS not encountered yet ?"); in ReadSLocEntry()2808 F.FileSortedDecls = (const DeclID *)Blob.data(); in ReadASTBlock()4871 ModuleDeclIterator(this, &Mod, Mod.FileSortedDecls), in getModuleFileLevelDecls()4873 Mod.FileSortedDecls + Mod.NumFileSortedDecls)); in getModuleFileLevelDecls()
403 const serialization::DeclID *FileSortedDecls; variable