Searched refs:IncludeBriefComments (Results 1 – 7 of 7) sorted by relevance
28 unsigned IncludeBriefComments : 1; variable34 IncludeBriefComments(0) in CodeCompleteOptions()
771 bool IncludeBriefComments);777 bool IncludeBriefComments);879 bool IncludeBriefComments) const;905 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()
2311 bool IncludeCodePatterns, bool IncludeBriefComments, in CodeComplete() argument2335 CodeCompleteOpts.IncludeBriefComments = IncludeBriefComments; in CodeComplete()2337 assert(IncludeBriefComments == this->IncludeBriefCommentsInCodeCompletion); in CodeComplete()
1046 Opts.CodeCompleteOpts.IncludeBriefComments in ParseFrontendArgs()
887 bool IncludeCodePatterns, bool IncludeBriefComments,
2570 bool IncludeBriefComments) { in CreateCodeCompletionString() argument2572 CCTUInfo, IncludeBriefComments); in CreateCodeCompletionString()2587 bool IncludeBriefComments) { in CreateCodeCompletionString() argument2676 if (IncludeBriefComments) { in CreateCodeCompletionString()2945 bool IncludeBriefComments) const { in CreateSignatureString()2966 if (IncludeBriefComments && CurrentArg < FDecl->getNumParams()) in CreateSignatureString()