Home
last modified time | relevance | path

Searched refs:CommentOptions (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DCommentCommandTraits.cpp19 const CommentOptions &CommentOptions) : in CommandTraits() argument
21 registerCommentOptions(CommentOptions); in CommandTraits()
25 const CommentOptions &CommentOptions) { in registerCommentOptions() argument
26 for (CommentOptions::BlockCommandNamesTy::const_iterator in registerCommentOptions()
27 I = CommentOptions.BlockCommandNames.begin(), in registerCommentOptions()
28 E = CommentOptions.BlockCommandNames.end(); in registerCommentOptions()
H A DRawCommentList.cpp111 const CommentOptions &CommentOpts, bool Merged) : in RawComment()
275 const CommentOptions &CommentOpts, in addComment()
387 CommentOptions DefOpts; in getFormattedLines()
/llvm-project-15.0.7/clang/test/Modules/
H A Dpr27401.cpp27 struct CommentOptions { struct
29 CommentOptions() {} in CommentOptions() function
32 PrintingPolicy(CommentOptions LO) : LangOpts(LO) {} in PrintingPolicy()
33 CommentOptions LangOpts;
37 CommentOptions fn1() { return fn1(); } in fn1()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DCommentCommandTraits.h137 const CommentOptions &CommentOptions);
139 void registerCommentOptions(const CommentOptions &CommentOptions);
H A DRawCommentList.h48 const CommentOptions &CommentOpts, bool Merged);
199 void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCommentOptions.h23 struct CommentOptions { struct
33 CommentOptions() = default; argument
H A DLangOptions.h426 CommentOptions CommentOpts;
/llvm-project-15.0.7/clang/unittests/AST/
H A DCommentTextTest.cpp42 CommentOptions EmptyOpts; in formatComment()
H A DCommentParser.cpp40 Traits(Allocator, CommentOptions()) { in CommentParserTest()
H A DCommentLexer.cpp34 Traits(Allocator, CommentOptions()) { in CommentLexerTest()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt173 clang/include/clang/Basic/CommentOptions.h