Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/Basic/
H A DCommentOptions.h24 struct CommentOptions { struct
34 CommentOptions() : ParseAllComments(false) { } in CommentOptions() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DCommentOptions.h23 struct CommentOptions { struct
33 CommentOptions() = default; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DCommentOptions.h23 struct CommentOptions { struct
33 CommentOptions() = default; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DCommentOptions.h23 struct CommentOptions { struct
33 CommentOptions() = default; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DCommentOptions.h23 struct CommentOptions { struct
33 CommentOptions() = default; argument
/aosp_15_r20/external/clang/test/Modules/
H A Dpr27401.cpp26 struct CommentOptions { struct
28 CommentOptions() {} in CommentOptions() function
/aosp_15_r20/external/clang/lib/AST/
H A DCommentCommandTraits.cpp19 const CommentOptions &CommentOptions) : in CommandTraits()
25 const CommentOptions &CommentOptions) { in registerCommentOptions()