Searched refs:BriefComment (Results 1 – 3 of 3) sorted by relevance
283 unsigned NumAnnotations, StringRef ParentName, const char *BriefComment) in CodeCompletionString() argument286 BriefComment(BriefComment) { in CodeCompletionString()427 Annotations.size(), ParentName, BriefComment); in TakeString()481 BriefComment = Allocator.CopyString(Comment); in addBriefComment()571 if (const char *BriefComment = CCS->getBriefComment()) in ProcessCodeCompleteResults() local572 OS << " : " << BriefComment; in ProcessCodeCompleteResults()
2940 Pattern->BriefComment = Result.getBriefComment(); in CreateCodeCompletionString()
572 const char *BriefComment; variable578 const char *BriefComment);618 return BriefComment; in getBriefComment()680 const char *BriefComment = nullptr;738 const char *getBriefComment() const { return BriefComment; }