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 448 Token TheTok;
449 rawLexer.LexFromRawLexer(TheTok);
450 for (unsigned i = 0, n = TheTok.getLength(); i < n; ++i)
  /external/clang/lib/Lex/
Lexer.cpp 416 Token TheTok;
417 TheLexer.LexFromRawLexer(TheTok);
418 return TheTok.getLength();
460 Token TheTok;
462 TheLexer.LexFromRawLexer(TheTok);
468 if (TheLexer.getBufferLocation() - TheTok.getLength() <= StrData)
469 return TheTok.getLocation();
475 } while (TheTok.getKind() != tok::eof);
521 Token TheTok;
542 TheLexer.LexFromRawLexer(TheTok);
    [all...]

Completed in 21 milliseconds