Searched refs:BriefComment (Results 1 – 4 of 4) sorted by relevance
286 unsigned NumAnnotations, StringRef ParentName, const char *BriefComment) in CodeCompletionString() argument289 BriefComment(BriefComment) { in CodeCompletionString()437 Annotations.size(), ParentName, BriefComment); in TakeString()490 BriefComment = Allocator.CopyString(Comment); in addBriefComment()673 if (const char *BriefComment = CCS->getBriefComment()) in ProcessCodeCompleteResults() local674 OS << " : " << BriefComment; in ProcessCodeCompleteResults()
3401 Pattern->BriefComment = Result.getBriefComment(); in CreateCodeCompletionString()
583 const char *BriefComment; variable589 const char *BriefComment);632 return BriefComment; in getBriefComment()686 const char *BriefComment = nullptr; variable744 const char *getBriefComment() const { return BriefComment; } in getBriefComment()
695 CXString BriefComment; in PrintCursorComments() local704 BriefComment = clang_Cursor_getBriefCommentText(Cursor); in PrintCursorComments()705 BriefCommentCString = clang_getCString(BriefComment); in PrintCursorComments()708 clang_disposeString(BriefComment); in PrintCursorComments()2535 CXString BriefComment; in print_completion_result() local2592 BriefComment = clang_getCompletionBriefComment( in print_completion_result()2594 BriefCommentCString = clang_getCString(BriefComment); in print_completion_result()2598 clang_disposeString(BriefComment); in print_completion_result()