Searched refs:CommentOptions (Results 1 – 10 of 10) sorted by relevance
| /llvm-project/clang/lib/AST/ |
| H A D | CommentCommandTraits.cpp | 18 const CommentOptions &CommentOptions) in CommandTraits() 20 registerCommentOptions(CommentOptions); in CommandTraits() 24 const CommentOptions &CommentOptions) { in registerCommentOptions() 25 for (CommentOptions::BlockCommandNamesTy::const_iterator in registerCommentOptions() argument 26 I = CommentOptions.BlockCommandNames.begin(), in registerCommentOptions() 27 E = CommentOptions.BlockCommandNames.end(); in registerCommentOptions() 19 CommandTraits(llvm::BumpPtrAllocator & Allocator,const CommentOptions & CommentOptions) CommandTraits() argument
|
| H A D | RawCommentList.cpp | 109 const CommentOptions &CommentOpts, bool Merged) : 273 const CommentOptions &CommentOpts, 383 // We do not parse any commands, so CommentOptions are ignored by in getFormattedLines() 385 CommentOptions DefOpts; in getFormattedLines()
|
| /llvm-project/clang/test/Modules/ |
| H A D | pr27401.cpp | 27 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/clang/include/clang/AST/ |
| H A D | CommentCommandTraits.h | 159 const CommentOptions &CommentOptions); 161 void registerCommentOptions(const CommentOptions &CommentOptions);
|
| H A D | RawCommentList.h | 48 const CommentOptions &CommentOpts, bool Merged); 216 void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
|
| /llvm-project/clang/include/clang/Basic/ |
| H A D | CommentOptions.h | 23 struct CommentOptions { struct 33 CommentOptions() = default; argument
|
| H A D | LangOptions.h | 18 #include "clang/Basic/CommentOptions.h" 564 CommentOptions CommentOpts;
|
| /llvm-project/clang/unittests/AST/ |
| H A D | CommentTextTest.cpp | 42 CommentOptions EmptyOpts; in formatComment()
|
| H A D | CommentParser.cpp | 40 Traits(Allocator, CommentOptions()) { in CommentParserTest()
|
| H A D | CommentLexer.cpp | 34 Traits(Allocator, CommentOptions()) { in CommentLexerTest()
|