HomeSort by: relevance | last modified time | path
    Searched refs:FileSortedDecls (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ModuleFile.h 454 const serialization::DeclID *FileSortedDecls = nullptr;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 1542 const DeclID *FirstDecl = F->FileSortedDecls + Record[6];
1543 assert(F->FileSortedDecls && "FILE_SORTED_DECLS not encountered yet ?");
3398 F.FileSortedDecls = (const DeclID *)Blob.data();
5928 ModuleDeclIterator(this, &Mod, Mod.FileSortedDecls),
5930 Mod.FileSortedDecls + Mod.NumFileSortedDecls));

Completed in 42 milliseconds