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

Declarations

tools/clang/include/clang/AST/CommentLexer.h
   26 class Lexer;

References

tools/clang/include/clang/AST/CommentBriefParser.h
   30   Lexer &L;
   44   BriefParser(Lexer &L, const CommandTraits &Traits);
tools/clang/include/clang/AST/CommentLexer.h
  216   void dump(const Lexer &L, const SourceManager &SM) const;
  222   Lexer(const Lexer &) = delete;
  223   void operator=(const Lexer &) = delete;
tools/clang/include/clang/AST/CommentParser.h
   35   Lexer &L;
   88   Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
tools/clang/lib/AST/CommentBriefParser.cpp
   56 BriefParser::BriefParser(Lexer &L, const CommandTraits &Traits) :
tools/clang/lib/AST/CommentLexer.cpp
   21 void Token::dump(const Lexer &L, const SourceManager &SM) const {
tools/clang/lib/AST/CommentParser.cpp
  256 Parser::Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
tools/clang/lib/AST/RawCommentList.cpp
  186   comments::Lexer L(Allocator, Context.getDiagnostics(),
  208   comments::Lexer L(Context.getAllocator(), Context.getDiagnostics(),
  369   comments::Lexer L(Allocator, Diags, EmptyTraits, getSourceRange().getBegin(),
tools/clang/unittests/AST/CommentLexer.cpp
   66   Lexer L(Allocator, Diags, Traits, Begin, Source, Source + strlen(Source));
tools/clang/unittests/AST/CommentParser.cpp
   59   Lexer L(Allocator, Diags, Traits, Begin, Source, Source + strlen(Source));