HomeSort by relevance Sort by last modified time
    Searched full: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),
586 StringIdLookup->find(std::make_pair(Name.data(), Name.size()));
587 if (I == StringIdLookup->end()) // No identifier found?

Completed in 77 milliseconds