Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp283 unsigned NumAnnotations, StringRef ParentName, const char *BriefComment) in CodeCompletionString() argument
286 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() local
570 OS << " : " << BriefComment; in ProcessCodeCompleteResults()
H A DSemaCodeComplete.cpp3359 Pattern->BriefComment = Result.getBriefComment(); in CreateCodeCompletionString()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h581 const char *BriefComment; variable
587 const char *BriefComment);
627 return BriefComment; in getBriefComment()
681 const char *BriefComment = nullptr; variable
739 const char *getBriefComment() const { return BriefComment; } in getBriefComment()