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

Declarations

tools/clang/include/clang/AST/CommentLexer.h
  353   void lex(Token &T);

References

tools/clang/include/clang/AST/CommentBriefParser.h
   39     L.lex(Tok);
tools/clang/include/clang/AST/CommentParser.h
   62       L.lex(Tok);
tools/clang/lib/AST/RawCommentList.cpp
  387     L.lex(Tok);
  421     for (L.lex(Tok); Tok.isNot(comments::tok::eof); L.lex(Tok)) {
  421     for (L.lex(Tok); Tok.isNot(comments::tok::eof); L.lex(Tok)) {
tools/clang/unittests/AST/CommentLexer.cpp
   70     L.lex(Tok);
tools/clang/unittests/AST/CommentParser.cpp
   71   L.lex(Tok);