Home
last modified time | relevance | path

Searched refs:FileSortedDecls (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h458 const serialization::unaligned_decl_id_t *FileSortedDecls = nullptr; variable
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1702 const unaligned_decl_id_t *FirstDecl = F->FileSortedDecls + Record[6]; in ReadSLocEntry()
1703 assert(F->FileSortedDecls && "FILE_SORTED_DECLS not encountered yet ?"); in ReadSLocEntry()
3647 F.FileSortedDecls = (const unaligned_decl_id_t *)Blob.data(); in ReadASTBlock()
6238 ModuleDeclIterator(this, &Mod, Mod.FileSortedDecls), in getModuleFileLevelDecls()
6240 Mod.FileSortedDecls + Mod.NumFileSortedDecls)); in getModuleFileLevelDecls()