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

  /external/clang/include/clang/Lex/
PreprocessorOptions.h 90 std::string TokenCache;
176 TokenCache.clear();
  /external/clang/lib/Frontend/
CompilerInstance.cpp 303 if (!PPOpts.TokenCache.empty())
304 PTHMgr = PTHManager::Create(PPOpts.TokenCache, getDiagnostics());
    [all...]
CompilerInvocation.cpp     [all...]

Completed in 81 milliseconds