Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDCommentCommandTraits.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()
HDRawCommentList.cpp111 const CommentOptions &CommentOpts, bool Merged) : in RawComment()
275 const CommentOptions &CommentOpts, in addComment()
387 CommentOptions DefOpts; in getFormattedLines()
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDCommentCommandTraits.h159 const CommentOptions &CommentOptions);
161 void registerCommentOptions(const CommentOptions &CommentOptions);
HDRawCommentList.h48 const CommentOptions &CommentOpts, bool Merged);
216 void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
/freebsd-head/contrib/llvm-project/clang/include/clang/Basic/
HDCommentOptions.h23 struct CommentOptions { struct
33 CommentOptions() = default; argument
HDLangOptions.h525 CommentOptions CommentOpts;