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

  /external/clang/include/clang/Serialization/
GlobalModuleIndex.h 62 void *IdentifierIndex;
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 130 : Buffer(Buffer), IdentifierIndex(),
229 IdentifierIndex = IdentifierIndexTable::Create(
377 if (!IdentifierIndex)
383 = *static_cast<IdentifierIndexTable *>(IdentifierIndex);

Completed in 22 milliseconds