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

  /external/clang/lib/Frontend/Rewrite/
RewriteTest.cpp 27 E = Rewriter.token_end(); I != E; ++I) {
37 E = Rewriter.token_end(); I != E; ++I)
  /external/clang/include/clang/Rewrite/Core/
TokenRewriter.h 56 token_iterator token_end() const { return TokenList.end(); } function in class:clang::TokenRewriter
61 assert(I != token_end() && "Cannot insert after token_end()!");
  /external/libchrome/base/
sys_info_chromeos.cc 134 StringToInt(StringPiece(tokenizer.token_begin(), tokenizer.token_end()),
138 StringToInt(StringPiece(tokenizer.token_begin(), tokenizer.token_end()),
142 StringToInt(StringPiece(tokenizer.token_begin(), tokenizer.token_end()),
  /external/bison/src/
scan-gram.l 876 | the expected TOKEN_END. |
880 unexpected_end (boundary start, char const *msgid, char const *token_end)
885 token_end = quote (token_end);
887 if (!strcmp (token_end, "'\\''"))
888 token_end = "\"'\"";
889 complain_at (loc, _(msgid), token_end);
895 | An end of file was encountered and the expected TOKEN_END was missing. |
899 unexpected_eof (boundary start, char const *token_end)
901 unexpected_end (start, N_("missing %s at end of file"), token_end);
    [all...]
scan-gram.c     [all...]
  /external/clang/lib/Rewrite/
TokenRewriter.cpp 56 if (I == token_end()) return TokenList.end();
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
typeannotation.py 276 def Parse(token, token_end, error_handler):
278 return TypeAnnotationParser(error_handler).Parse(token.next, token_end)
289 def Parse(self, token, token_end):
296 while token and token != token_end:
  /external/libchrome/base/strings/
string_tokenizer.h 148 const_iterator token_end() const { return token_end_; } function in class:base::StringTokenizerT
  /art/cmdline/
token_range.h 339 auto token_end = token_list.end();
345 while (token_it != token_end && name_it != name_end) {

Completed in 311 milliseconds