Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp286 unsigned NumAnnotations, StringRef ParentName, const char *BriefComment) in CodeCompletionString() argument
289 BriefComment(BriefComment) { in CodeCompletionString()
437 Annotations.size(), ParentName, BriefComment); in TakeString()
490 BriefComment = Allocator.CopyString(Comment); in addBriefComment()
673 if (const char *BriefComment = CCS->getBriefComment()) in ProcessCodeCompleteResults() local
674 OS << " : " << BriefComment; in ProcessCodeCompleteResults()
H A DSemaCodeComplete.cpp3401 Pattern->BriefComment = Result.getBriefComment(); in CreateCodeCompletionString()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h583 const char *BriefComment; variable
589 const char *BriefComment);
632 return BriefComment; in getBriefComment()
686 const char *BriefComment = nullptr; variable
744 const char *getBriefComment() const { return BriefComment; } in getBriefComment()
/openbsd/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c695 CXString BriefComment; in PrintCursorComments() local
704 BriefComment = clang_Cursor_getBriefCommentText(Cursor); in PrintCursorComments()
705 BriefCommentCString = clang_getCString(BriefComment); in PrintCursorComments()
708 clang_disposeString(BriefComment); in PrintCursorComments()
2535 CXString BriefComment; in print_completion_result() local
2592 BriefComment = clang_getCompletionBriefComment( in print_completion_result()
2594 BriefCommentCString = clang_getCString(BriefComment); in print_completion_result()
2598 clang_disposeString(BriefComment); in print_completion_result()