HomeSort by relevance Sort by last modified time
    Searched defs:TheTok (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 417 Token TheTok;
418 rawLexer.LexFromRawLexer(TheTok);
419 for (unsigned i = 0, n = TheTok.getLength(); i < n; ++i)
  /external/clang/lib/Lex/
Lexer.cpp 423 Token TheTok;
424 if (getRawToken(Loc, TheTok, SM, LangOpts))
426 return TheTok.getLength();
501 Token TheTok;
503 TheLexer.LexFromRawLexer(TheTok);
509 if (TheLexer.getBufferLocation() - TheTok.getLength() <= StrData)
510 return TheTok.getLocation();
516 } while (TheTok.getKind() != tok::eof);
566 Token TheTok;
588 TheLexer.LexFromRawLexer(TheTok);
    [all...]

Completed in 61 milliseconds