Searched defs:CommentOptions (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
H A DCommentOptions.h1 //===--- CommentOptions.h - Options for parsing comments -----*- C++ -*-===//
11 /// \brief Defines the clang::CommentOptions interface.
24 struct CommentOptions { struct in namespace:clang
34 CommentOptions() : ParseAllComments(false) { } function in struct:clang::CommentOptions
/external/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

Completed in 84 milliseconds