Home
last modified time | relevance | path

Searched defs:CommentOptions (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCommentOptions.h23 struct CommentOptions { struct
33 CommentOptions() = default; argument
/llvm-project-15.0.7/clang/test/Modules/
H A Dpr27401.cpp27 struct CommentOptions { struct
29 CommentOptions() {} in CommentOptions() argument
/llvm-project-15.0.7/clang/lib/AST/
H A DCommentCommandTraits.cpp19 const CommentOptions &CommentOptions) : in CommandTraits()
25 const CommentOptions &CommentOptions) { in registerCommentOptions()