Searched refs:TokenCache (Results 1 – 5 of 5) sorted by relevance
90 std::string TokenCache; variable180 TokenCache.clear(); in resetNonModularOptions()
363 typedef std::map<RequestParameters, CacheEntry> TokenCache; typedef364 TokenCache token_cache_;
639 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()
294 if (!PPOpts.TokenCache.empty()) in createPreprocessor()295 PTHMgr = PTHManager::Create(PPOpts.TokenCache, getDiagnostics()); in createPreprocessor()
1636 Opts.TokenCache = A->getValue(); in ParsePreprocessorArgs()1638 Opts.TokenCache = Opts.ImplicitPTHInclude; in ParsePreprocessorArgs()