Home
last modified time | relevance | path

Searched refs:BriefComment (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp292 unsigned NumAnnotations, StringRef ParentName, const char *BriefComment) in CodeCompletionString() argument
295 BriefComment(BriefComment) { in CodeCompletionString()
443 Annotations.size(), ParentName, BriefComment); in TakeString()
496 BriefComment = Allocator.CopyString(Comment); in addBriefComment()
680 if (const char *BriefComment = CCS->getBriefComment()) in ProcessCodeCompleteResults() local
681 OS << " : " << BriefComment; in ProcessCodeCompleteResults()
H A DSemaCodeComplete.cpp3463 Pattern->BriefComment = Result.getBriefComment(); in CreateCodeCompletionString()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h591 const char *BriefComment; variable
597 const char *BriefComment);
640 return BriefComment; in getBriefComment()
694 const char *BriefComment = nullptr; variable
752 const char *getBriefComment() const { return BriefComment; } in getBriefComment()