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 53 /// IdDataTable - Array representing the mapping from persistent IDs to the
56 const unsigned char* const IdDataTable;
80 const unsigned char* idDataTable, IdentifierInfo** perIDCache,
  /external/clang/lib/Lex/
PTHLexer.cpp 417 const unsigned char* idDataTable,
423 IdDataTable(idDataTable), StringIdLookup(stringIdLookup),
557 const unsigned char* TableEntry = IdDataTable + sizeof(uint32_t)*PersistentID;

Completed in 659 milliseconds