HomeSort by relevance Sort by last modified time
    Searched refs:IdDataTable (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
PTHManager.h 62 /// IdDataTable - Array representing the mapping from persistent IDs to the
65 const unsigned char* const IdDataTable;
90 const unsigned char *idDataTable,
  /external/clang/lib/Lex/
PTHLexer.cpp 418 std::unique_ptr<PTHFileLookup> fileLookup, const unsigned char *idDataTable,
423 FileLookup(std::move(fileLookup)), IdDataTable(idDataTable),
562 const unsigned char* TableEntry = IdDataTable + sizeof(uint32_t)*PersistentID;

Completed in 84 milliseconds