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

References

tools/clang/include/clang/AST/CommentParser.h
   37   Sema &S;
   88   Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
tools/clang/include/clang/AST/CommentSema.h
   33   Sema(const Sema &) = delete;
   34   void operator=(const Sema &) = delete;
tools/clang/lib/AST/CommentParser.cpp
  256 Parser::Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
tools/clang/lib/AST/RawCommentList.cpp
  212   comments::Sema S(Context.getAllocator(), Context.getSourceManager(),
tools/clang/unittests/AST/CommentParser.cpp
   61   Sema S(Allocator, SourceMgr, Diags, Traits, /*PP=*/ nullptr);