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 478 Token TheTok;
479 rawLexer.LexFromRawLexer(TheTok);
480 for (unsigned i = 0, n = TheTok.getLength(); i < n; ++i)
  /external/clang/lib/Lex/
Lexer.cpp 415 Token TheTok;
416 if (getRawToken(Loc, TheTok, SM, LangOpts))
418 return TheTok.getLength();
494 Token TheTok;
496 TheLexer.LexFromRawLexer(TheTok);
502 if (TheLexer.getBufferLocation() - TheTok.getLength() <= StrData)
503 return TheTok.getLocation();
509 } while (TheTok.getKind() != tok::eof);
559 Token TheTok;
581 TheLexer.LexFromRawLexer(TheTok);
    [all...]

Completed in 1492 milliseconds