HomeSort by relevance Sort by last modified time
    Searched refs:token_end (Results 1 - 7 of 7) 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/clang/lib/Rewrite/
TokenRewriter.cpp 56 if (I == token_end()) return TokenList.end();
  /external/v8/src/torque/
earley-parser.cc 139 InputPosition token_end = token_start; local
141 if (matchPattern(&token_end) && token_end > *pos) {
142 *pos = token_end;
  /external/libchrome/base/strings/
string_tokenizer.h 146 const_iterator token_end() const { return token_end_; } function in class:base::StringTokenizerT
  /art/cmdline/
token_range.h 341 auto token_end = token_list.end();
347 while (token_it != token_end && name_it != name_end) {
  /external/libtextclassifier/annotator/
feature-processor.cc 230 UnicodeText::const_iterator token_end = token_end_unicode.end(); local
236 CountIgnoredSpanBoundaryCodepoints(token_end_unicode.begin(), token_end,

Completed in 3523 milliseconds