reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Lex/Lexer.h
  179   bool Lex(Token &Result);

References

tools/clang/include/clang/Lex/Lexer.h
  188   void IndirectLex(Token &Result) override { Lex(Result); }
  196     Lex(Result);
tools/clang/lib/Lex/Lexer.cpp
 2693       Lex(Tmp);
 2697         Lex(Tmp);
 2801   Lex(Tok);
tools/clang/lib/Lex/PPDirectives.cpp
  436     CurLexer->Lex(Tok);
tools/clang/lib/Lex/Pragma.cpp
  801     CurLexer->Lex(Tok);
  811     CurLexer->Lex(Tok);
  826     CurLexer->Lex(Tok);
tools/clang/lib/Lex/Preprocessor.cpp
  637       CurLexer->Lex(Tok);
  891       ReturnedToken = CurLexer->Lex(Result);