Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DCommentCommandTraits.cpp18 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 DRawCommentList.cpp109 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 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/clang/include/clang/AST/
H A DCommentCommandTraits.h159 const CommentOptions &CommentOptions);
161 void registerCommentOptions(const CommentOptions &CommentOptions);
H A DRawCommentList.h48 const CommentOptions &CommentOpts, bool Merged);
216 void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
/llvm-project/clang/include/clang/Basic/
H A DCommentOptions.h23 struct CommentOptions { struct
33 CommentOptions() = default; argument
H A DLangOptions.h18 #include "clang/Basic/CommentOptions.h"
564 CommentOptions CommentOpts;
/llvm-project/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()