Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DCommentOptions.h24 struct CommentOptions { struct
34 CommentOptions() : ParseAllComments(false) { } in CommentOptions() argument
/external/clang/test/Modules/
Dpr27401.cpp26 struct CommentOptions { struct
28 CommentOptions() {} in CommentOptions() argument
/external/clang/lib/AST/
DCommentCommandTraits.cpp19 const CommentOptions &CommentOptions) : in CommandTraits()
25 const CommentOptions &CommentOptions) { in registerCommentOptions()