HomeSort by relevance Sort by last modified time
    Searched refs:CommentOptions (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/Basic/
CommentOptions.h 1 //===--- CommentOptions.h - Options for parsing comments -----*- C++ -*-===//
11 /// \brief Defines the clang::CommentOptions interface.
24 struct CommentOptions {
34 CommentOptions() : ParseAllComments(false) { }
LangOptions.h 18 #include "clang/Basic/CommentOptions.h"
101 CommentOptions CommentOpts;
  /external/clang/lib/AST/
CommentCommandTraits.cpp 19 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();
  /external/clang/include/clang/AST/
CommentCommandTraits.h 19 #include "clang/Basic/CommentOptions.h"
138 const CommentOptions &CommentOptions);
140 void registerCommentOptions(const CommentOptions &CommentOptions);
  /external/clang/unittests/AST/
CommentParser.cpp 15 #include "clang/Basic/CommentOptions.h"
42 Traits(Allocator, CommentOptions()) {
    [all...]
CommentLexer.cpp 12 #include "clang/Basic/CommentOptions.h"
35 Traits(Allocator, CommentOptions()) {
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 296 static void ParseCommentArgs(CommentOptions &Opts, ArgList &Args) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 140 milliseconds