HomeSort by relevance Sort by last modified time
    Searched full:cachetokens (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Frontend/
CMakeLists.txt 5 CacheTokens.cpp
Android.mk 28 CacheTokens.cpp \
CacheTokens.cpp 1 //===--- CacheTokens.cpp - Caching of lexer tokens for PTH support --------===//
538 void clang::CacheTokens(Preprocessor &PP, llvm::raw_fd_ostream* OS) {
FrontendActions.cpp 492 CacheTokens(CI.getPreprocessor(), OS);
  /external/clang/include/clang/Frontend/
Utils.h 98 /// CacheTokens - Cache tokens for use with PCH. Note that this requires
100 void CacheTokens(Preprocessor &PP, llvm::raw_fd_ostream* OS);
  /packages/apps/Email/src/com/android/email/provider/
ContentCache.java 590 * Lock a given row, such that no new valid CacheTokens can be created for the passed-in id.
605 * Unlock a given row, allowing new valid CacheTokens to be created for the passed-in id.
614 * ContentValues. Then, unlock the row, so that new valid CacheTokens can be created.

Completed in 461 milliseconds