Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A 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()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCommentCommandTraits.h138 const CommentOptions &CommentOptions);
140 void registerCommentOptions(const CommentOptions &CommentOptions);
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DCommentOptions.h24 struct CommentOptions { struct
34 CommentOptions() : ParseAllComments(false) { } in CommentOptions() argument
H A DLangOptions.h96 CommentOptions CommentOpts;
/minix3/external/bsd/llvm/dist/clang/unittests/AST/
H A DCommentParser.cpp42 Traits(Allocator, CommentOptions()) { in CommentParserTest()
H A DCommentLexer.cpp35 Traits(Allocator, CommentOptions()) { in CommentLexerTest()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp298 static void ParseCommentArgs(CommentOptions &Opts, ArgList &Args) { in ParseCommentArgs()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1261 for (CommentOptions::BlockCommandNamesTy::const_iterator in WriteControlBlock()