HomeSort by: relevance | last modified time | path
    Searched defs:TheTok (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 950 Token TheTok;
951 rawLexer.LexFromRawLexer(TheTok);
952 for (unsigned i = 0, n = TheTok.getLength(); i < n; ++i)
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp 450 Token TheTok;
451 if (getRawToken(Loc, TheTok, SM, LangOpts))
453 return TheTok.getLength();
536 Token TheTok;
538 TheLexer.LexFromRawLexer(TheTok);
544 if (TheLexer.getBufferLocation() - TheTok.getLength() <= StrData)
545 return TheTok.getLocation();
551 } while (TheTok.getKind() != tok::eof);
598 Token TheTok;
618 TheLexer.LexFromRawLexer(TheTok);
    [all...]

Completed in 22 milliseconds