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

  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.h 249 typedef std::map<TokenCacheKey, IdentityTokenCacheValue> CachedTokens;
268 const CachedTokens& GetAllCachedTokens();
295 CachedTokens token_cache_;
  /external/clang/include/clang/Lex/
Preprocessor.h 372 /// CachedTokens - Cached tokens are stored here when we do backtracking or
374 CachedTokensTy CachedTokens;
377 /// "lex" next. If it points beyond the CachedTokens vector, it means that
794 if (CachedLexPos + N < CachedTokens.size())
795 return CachedTokens[CachedLexPos+N];
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 76 milliseconds