Searched refs:BriefComment (Results 1 – 4 of 4) sorted by relevance
283 unsigned NumAnnotations, StringRef ParentName, const char *BriefComment) in CodeCompletionString() argument286 BriefComment(BriefComment) { in CodeCompletionString()426 Annotations.size(), ParentName, BriefComment); in TakeString()479 BriefComment = Allocator.CopyString(Comment); in addBriefComment()569 if (const char *BriefComment = CCS->getBriefComment()) in ProcessCodeCompleteResults() local570 OS << " : " << BriefComment; in ProcessCodeCompleteResults()
3359 Pattern->BriefComment = Result.getBriefComment(); in CreateCodeCompletionString()
581 const char *BriefComment; variable587 const char *BriefComment);627 return BriefComment; in getBriefComment()681 const char *BriefComment = nullptr; variable739 const char *getBriefComment() const { return BriefComment; } in getBriefComment()
693 CXString BriefComment; in PrintCursorComments() local702 BriefComment = clang_Cursor_getBriefCommentText(Cursor); in PrintCursorComments()703 BriefCommentCString = clang_getCString(BriefComment); in PrintCursorComments()706 clang_disposeString(BriefComment); in PrintCursorComments()2512 CXString BriefComment; in print_completion_result() local2569 BriefComment = clang_getCompletionBriefComment( in print_completion_result()2571 BriefCommentCString = clang_getCString(BriefComment); in print_completion_result()2575 clang_disposeString(BriefComment); in print_completion_result()