Searched refs:CommentOptions (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DCommentOptions.h1 //===- CommentOptions.h - Options for parsing comments ----------*- C++ -*-===//
10 /// Defines the clang::CommentOptions interface.
23 struct CommentOptions { struct in namespace:clang
33 CommentOptions() = default;
H A DLangOptions.h17 #include "clang/Basic/CommentOptions.h"
283 CommentOptions CommentOpts;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentCommandTraits.cpp19 const CommentOptions &CommentOptions) :
21 registerCommentOptions(CommentOptions);
25 const CommentOptions &CommentOptions) {
26 for (CommentOptions::BlockCommandNamesTy::const_iterator
27 I = CommentOptions.BlockCommandNames.begin(),
28 E = CommentOptions.BlockCommandNames.end();
18 CommandTraits(llvm::BumpPtrAllocator &Allocator, const CommentOptions &CommentOptions) argument
24 registerCommentOptions( const CommentOptions &CommentOptions) argument
H A DRawCommentList.cpp110 const CommentOptions &CommentOpts, bool Merged) :
274 const CommentOptions &CommentOpts,
366 // We do not parse any commands, so CommentOptions are ignored by
368 CommentOptions DefOpts;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommandTraits.h18 #include "clang/Basic/CommentOptions.h"
137 const CommentOptions &CommentOptions);
139 void registerCommentOptions(const CommentOptions &CommentOptions);
H A DRawCommentList.h12 #include "clang/Basic/CommentOptions.h"
48 const CommentOptions &CommentOpts, bool Merged);
184 void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp14 #include "clang/Basic/CommentOptions.h"
582 static void ParseCommentArgs(CommentOptions &Opts, ArgList &Args) {

Completed in 182 milliseconds