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

References

tools/clang/include/clang/AST/CommentCommandTraits.h
  137                 const CommentOptions &CommentOptions);
  139   void registerCommentOptions(const CommentOptions &CommentOptions);
tools/clang/include/clang/AST/RawCommentList.h
   46              const CommentOptions &CommentOpts, bool Merged);
  199   void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
tools/clang/include/clang/Basic/LangOptions.h
  252   CommentOptions CommentOpts;
tools/clang/lib/AST/CommentCommandTraits.cpp
   18                              const CommentOptions &CommentOptions) :
   24     const CommentOptions &CommentOptions) {
   25   for (CommentOptions::BlockCommandNamesTy::const_iterator
tools/clang/lib/AST/RawCommentList.cpp
  109                        const CommentOptions &CommentOpts, bool Merged) :
  273                                 const CommentOptions &CommentOpts,
  367   CommentOptions DefOpts;
tools/clang/lib/Frontend/CompilerInvocation.cpp
  519 static void ParseCommentArgs(CommentOptions &Opts, ArgList &Args) {
tools/clang/unittests/AST/CommentTextTest.cpp
   42     CommentOptions EmptyOpts;