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

  /external/clang/include/clang/Rewrite/Core/
TokenRewriter.h 29 /// TokenList - This is the list of raw tokens that make up this file. Each
31 std::list<Token> TokenList;
33 /// TokenRefTy - This is the type used to refer to a token in the TokenList.
55 token_iterator token_begin() const { return TokenList.begin(); }
56 token_iterator token_end() const { return TokenList.end(); }
  /external/clang/lib/Rewrite/Core/
TokenRewriter.cpp 44 AddToken(RawTok, TokenList.end());
56 if (I == token_end()) return TokenList.end();
71 Where = TokenList.insert(Where, T);
  /packages/apps/Email/tests/src/com/android/email/provider/
ContentCacheTests.java 31 import com.android.email.provider.ContentCache.TokenList;
92 TokenList list = new TokenList("Name");
  /packages/apps/Email/provider_src/com/android/email/provider/
ContentCache.java 102 /*package*/ TokenList mTokenList;
179 /*package*/ static class TokenList extends ArrayList<CacheToken> {
183 /*package*/ TokenList(String name) {
184 mLogTag = "TokenList-" + name;
426 mTokenList = new TokenList(mName);
  /external/clang/lib/Parse/
ParsePragma.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
auto-ast.rb 62 grammar TokenList;

Completed in 162 milliseconds