HomeSort by relevance Sort by last modified time
    Searched refs:TokenList (Results 1 - 7 of 7) 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(); }
  /art/cmdline/
token_range.h 37 using TokenList = std::vector<std::string>;
40 explicit TokenRange(const TokenList& token_list)
41 : token_list_(new TokenList(token_list)),
49 : token_list_(new TokenList(it_begin, it_end)),
56 TokenRange(const TokenList& token_list ATTRIBUTE_UNUSED,
57 TokenList::const_iterator it_begin,
58 TokenList::const_iterator it_end)
59 : token_list_(new TokenList(it_begin, it_end)),
69 : token_list_(new TokenList(&token_list[0], &token_list[length])),
75 explicit TokenRange(TokenList&& token_list
    [all...]
  /external/clang/lib/Rewrite/
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 566 milliseconds