Searched refs:BriefComment (Results 1 – 6 of 6) sorted by relevance
92 // WRONG-NOT: IS_DOXYGEN_START{{.*}}IS_DOXYGEN_START{{.*}}BriefComment=93 // WRONG-NOT: IS_DOXYGEN_END{{.*}}IS_DOXYGEN_END{{.*}}BriefComment=107 // CHECK-DAG: annotate-comments-objc.m:7:6: FunctionDecl=functionBeforeImports:{{.*}} BriefComment=…108 // CHECK-DAG: DocCommentsA.h:2:6: FunctionDecl=functionFromDocCommentsA1:{{.*}} BriefComment=[Comme…109 // CHECK-DAG: DocCommentsA.h:7:6: FunctionDecl=functionFromDocCommentsA2:{{.*}} BriefComment=[Comme…110 // CHECK-DAG: DocCommentsB.h:2:6: FunctionDecl=functionFromDocCommentsB1:{{.*}} BriefComment=[Comme…111 // CHECK-DAG: DocCommentsB.h:7:6: FunctionDecl=functionFromDocCommentsB2:{{.*}} BriefComment=[Comme…112 // CHECK-DAG: DocCommentsC.h:2:6: FunctionDecl=functionFromDocCommentsC:{{.*}} BriefComment=[Commen…
30 // CHECK: EnumDecl=E:[[@LINE-6]]:6 (Definition) {{.*}} BriefComment=[Documentation for E] FullComme…39 // CHECK: StructDecl=:[[@LINE-4]]:9 (Definition) {{.*}} BriefComment=[Comment about Foo] FullCommen…
286 unsigned NumAnnotations, StringRef ParentName, const char *BriefComment) in CodeCompletionString() argument289 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() local674 OS << " : " << BriefComment; in ProcessCodeCompleteResults()
3366 Pattern->BriefComment = Result.getBriefComment(); in CreateCodeCompletionString()
584 const char *BriefComment; variable590 const char *BriefComment);633 return BriefComment; in getBriefComment()687 const char *BriefComment = nullptr; variable745 const char *getBriefComment() const { return BriefComment; } in getBriefComment()
693 CXString BriefComment; in PrintCursorComments() local702 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() local2569 BriefComment = clang_getCompletionBriefComment( in print_completion_result()2571 BriefCommentCString = clang_getCString(BriefComment); in print_completion_result()2575 clang_disposeString(BriefComment); in print_completion_result()