Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDCommentCommandTraits.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()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDCommentCommandTraits.h138 const CommentOptions &CommentOptions);
140 void registerCommentOptions(const CommentOptions &CommentOptions);
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDCommentOptions.h24 struct CommentOptions { struct
34 CommentOptions() : ParseAllComments(false) { } in CommentOptions() argument
HDLangOptions.h110 CommentOptions CommentOpts;
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDCompilerInvocation.cpp292 static void ParseCommentArgs(CommentOptions &Opts, ArgList &Args) { in ParseCommentArgs()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp1288 for (CommentOptions::BlockCommandNamesTy::const_iterator in WriteControlBlock()