Home
last modified time | relevance | path

Searched refs:TokenCache (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Lex/
DPreprocessorOptions.h90 std::string TokenCache; variable
176 TokenCache.clear(); in resetNonModularOptions()
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
Doauth2_client.py101 class TokenCache(object): class
111 class NoopTokenCache(TokenCache):
121 class InMemoryTokenCache(TokenCache):
143 class FileSystemTokenCache(TokenCache):
/external/clang/lib/Frontend/
DCompilerInstance.cpp301 if (!PPOpts.TokenCache.empty()) in createPreprocessor()
302 PTHMgr = PTHManager::Create(PPOpts.TokenCache, getDiagnostics()); in createPreprocessor()
DCompilerInvocation.cpp1845 Opts.TokenCache = A->getValue(); in ParsePreprocessorArgs()
1847 Opts.TokenCache = Opts.ImplicitPTHInclude; in ParsePreprocessorArgs()