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