Searched refs:IncludeBriefComments (Results 1 – 7 of 7) sorted by relevance
28 unsigned IncludeBriefComments : 1; variable34 IncludeBriefComments(0) in CodeCompleteOptions()
773 bool IncludeBriefComments);779 bool IncludeBriefComments);881 bool IncludeBriefComments) const;907 return CodeCompleteOpts.IncludeBriefComments;
654 bool IncludeBriefComments = options & CXCodeComplete_IncludeBriefComments; in clang_codeCompleteAt_Impl() local700 Opts.IncludeBriefComments = IncludeBriefComments; in clang_codeCompleteAt_Impl()707 IncludeBriefComments, Capture, in clang_codeCompleteAt_Impl()
2320 bool IncludeCodePatterns, bool IncludeBriefComments, in CodeComplete() argument2344 CodeCompleteOpts.IncludeBriefComments = IncludeBriefComments; in CodeComplete()2346 assert(IncludeBriefComments == this->IncludeBriefCommentsInCodeCompletion); in CodeComplete()
1211 Opts.CodeCompleteOpts.IncludeBriefComments in ParseFrontendArgs()
887 bool IncludeCodePatterns, bool IncludeBriefComments,
2582 bool IncludeBriefComments) { in CreateCodeCompletionString() argument2584 CCTUInfo, IncludeBriefComments); in CreateCodeCompletionString()2599 bool IncludeBriefComments) { in CreateCodeCompletionString() argument2688 if (IncludeBriefComments) { in CreateCodeCompletionString()2957 bool IncludeBriefComments) const { in CreateSignatureString()2978 if (IncludeBriefComments && CurrentArg < FDecl->getNumParams()) in CreateSignatureString()