Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessorOptions.h90 std::string TokenCache; variable
180 TokenCache.clear(); in resetNonModularOptions()
/external/chromium_org/google_apis/gaia/
Doauth2_token_service.h363 typedef std::map<RequestParameters, CacheEntry> TokenCache; typedef
364 TokenCache token_cache_;
Doauth2_token_service.cc639 TokenCache::iterator token_iterator = token_cache_.find(request_parameters); in GetCacheEntry()
653 TokenCache::iterator token_iterator = token_cache_.find(request_parameters); in RemoveCacheEntry()
688 for (TokenCache::iterator iter = token_cache_.begin(); in ClearCache()
700 for (TokenCache::iterator iter = token_cache_.begin(); in ClearCacheForAccount()
/external/clang/lib/Frontend/
DCompilerInstance.cpp294 if (!PPOpts.TokenCache.empty()) in createPreprocessor()
295 PTHMgr = PTHManager::Create(PPOpts.TokenCache, getDiagnostics()); in createPreprocessor()
DCompilerInvocation.cpp1636 Opts.TokenCache = A->getValue(); in ParsePreprocessorArgs()
1638 Opts.TokenCache = Opts.ImplicitPTHInclude; in ParsePreprocessorArgs()