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

References

tools/clang/tools/extra/clang-tidy/bugprone/ArgumentCommentCheck.cpp
   39   Options.store(Opts, "StrictMode", StrictMode);
   40   Options.store(Opts, "IgnoreSingleArgument", IgnoreSingleArgument);
   41   Options.store(Opts, "CommentBoolLiterals", CommentBoolLiterals);
   42   Options.store(Opts, "CommentIntegerLiterals", CommentIntegerLiterals);
   43   Options.store(Opts, "CommentFloatLiterals", CommentFloatLiterals);
   44   Options.store(Opts, "CommentStringLiterals", CommentStringLiterals);
   45   Options.store(Opts, "CommentUserDefinedLiterals", CommentUserDefinedLiterals);
   46   Options.store(Opts, "CommentCharacterLiterals", CommentCharacterLiterals);
   47   Options.store(Opts, "CommentNullPtrs", CommentNullPtrs);