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 496 Token TheTok;
497 rawLexer.LexFromRawLexer(TheTok);
498 for (unsigned i = 0, n = TheTok.getLength(); i < n; ++i)
  /external/clang/lib/Lex/
Lexer.cpp 409 Token TheTok;
410 if (getRawToken(Loc, TheTok, SM, LangOpts))
412 return TheTok.getLength();
488 Token TheTok;
490 TheLexer.LexFromRawLexer(TheTok);
496 if (TheLexer.getBufferLocation() - TheTok.getLength() <= StrData)
497 return TheTok.getLocation();
503 } while (TheTok.getKind() != tok::eof);
553 Token TheTok;
575 TheLexer.LexFromRawLexer(TheTok);
    [all...]

Completed in 104 milliseconds