Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp283 unsigned NumAnnotations, StringRef ParentName, const char *BriefComment) in CodeCompletionString() argument
286 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() local
572 OS << " : " << BriefComment; in ProcessCodeCompleteResults()
H A DSemaCodeComplete.cpp2940 Pattern->BriefComment = Result.getBriefComment(); in CreateCodeCompletionString()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h572 const char *BriefComment; variable
578 const char *BriefComment);
618 return BriefComment; in getBriefComment()
680 const char *BriefComment = nullptr;
738 const char *getBriefComment() const { return BriefComment; }