Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c693 CXString BriefComment; in PrintCursorComments() local
702 BriefComment = clang_Cursor_getBriefCommentText(Cursor); in PrintCursorComments()
703 BriefCommentCString = clang_getCString(BriefComment); in PrintCursorComments()
706 clang_disposeString(BriefComment); in PrintCursorComments()
2512 CXString BriefComment; in print_completion_result() local
2569 BriefComment = clang_getCompletionBriefComment( in print_completion_result()
2571 BriefCommentCString = clang_getCString(BriefComment); in print_completion_result()
2575 clang_disposeString(BriefComment); in print_completion_result()