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

References

tools/clang/lib/AST/ASTDumper.cpp
  188                  &Ctx.getCommentCommandTraits());
  192     ASTDumper P(OS, &Ctx.getCommentCommandTraits(), &SM,
  201   ASTDumper P(llvm::errs(), &Ctx.getCommentCommandTraits(),
  219   ASTDumper P(OS, &Ctx.getCommentCommandTraits(), &Ctx.getSourceManager(),
  262   dump(llvm::errs(), &Context.getCommentCommandTraits(),
tools/clang/lib/AST/RawCommentList.cpp
  187                     Context.getCommentCommandTraits(),
  190   comments::BriefParser P(L, Context.getCommentCommandTraits());
  209                     Context.getCommentCommandTraits(),
  214                    Context.getCommentCommandTraits(),
  219                      Context.getCommentCommandTraits());
tools/clang/lib/Frontend/ASTUnit.cpp
  606     Context->getCommentCommandTraits().registerCommentOptions(
tools/clang/lib/Index/CommentToXML.cpp
 1123                                       Context.getCommentCommandTraits());
 1131                                       Context.getCommentCommandTraits());
 1138   CommentASTToXMLConverter Converter(FC, XML, Context.getCommentCommandTraits(),
tools/clang/tools/libclang/CXComment.h
   56   return getASTContext(CXC).getCommentCommandTraits();