Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentCommandTraits.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()
/external/clang/test/Modules/
Dpr27401.cpp26 struct CommentOptions { struct
28 CommentOptions() {} in CommentOptions() function
31 PrintingPolicy(CommentOptions LO) : LangOpts(LO) {} in PrintingPolicy()
32 CommentOptions LangOpts;
36 CommentOptions fn1() { return fn1(); } in fn1()
/external/clang/include/clang/AST/
DCommentCommandTraits.h138 const CommentOptions &CommentOptions);
140 void registerCommentOptions(const CommentOptions &CommentOptions);
/external/clang/include/clang/Basic/
DCommentOptions.h24 struct CommentOptions { struct
34 CommentOptions() : ParseAllComments(false) { } in CommentOptions() argument
DLangOptions.h116 CommentOptions CommentOpts;
/external/clang/unittests/AST/
DCommentParser.cpp42 Traits(Allocator, CommentOptions()) { in CommentParserTest()
DCommentLexer.cpp35 Traits(Allocator, CommentOptions()) { in CommentLexerTest()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp313 static void ParseCommentArgs(CommentOptions &Opts, ArgList &Args) { in ParseCommentArgs()