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

  /external/clang/include/clang/Sema/
CodeCompleteOptions.h 26 unsigned IncludeBriefComments : 1;
32 IncludeBriefComments(0)
CodeCompleteConsumer.h 770 bool IncludeBriefComments);
775 bool IncludeBriefComments);
877 bool IncludeBriefComments) const;
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 547 includeBriefComments());
623 includeBriefComments());
666 bool IncludeBriefComments = options & CXCodeComplete_IncludeBriefComments;
713 Opts.IncludeBriefComments = IncludeBriefComments;
721 IncludeBriefComments,
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 849 /// \param IncludeBriefComments Whether to include brief documentation within
857 bool IncludeBriefComments
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
CompilerInvocation.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 79 milliseconds