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

  /external/clang/include/clang/Lex/
PTHManager.h 69 std::unique_ptr<PTHStringIdLookup> StringIdLookup;
92 std::unique_ptr<PTHStringIdLookup> stringIdLookup, unsigned numIds,
  /external/clang/lib/Lex/
PTHLexer.cpp 420 std::unique_ptr<PTHStringIdLookup> stringIdLookup, unsigned numIds,
424 StringIdLookup(std::move(stringIdLookup)), NumIds(numIds), PP(nullptr),
587 StringIdLookup->find(std::make_pair(Name.data(), Name.size()));
588 if (I == StringIdLookup->end()) // No identifier found?

Completed in 52 milliseconds