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…
196 const char *BriefComment) in CodeCompletionString() argument199 ParentName(ParentName), BriefComment(BriefComment) in CodeCompletionString()337 ParentName, BriefComment); in TakeString()392 BriefComment = Allocator.CopyString(Comment); in addBriefComment()452 if (const char *BriefComment = CCS->getBriefComment()) in ProcessCodeCompleteResults() local453 OS << " : " << BriefComment; in ProcessCodeCompleteResults()
2623 Pattern->BriefComment = Result.getBriefComment(); in CreateCodeCompletionString()2628 Pattern->BriefComment = Result.getBriefComment(); in CreateCodeCompletionString()
444 const char *BriefComment; variable453 const char *BriefComment);492 return BriefComment; in getBriefComment()556 const char *BriefComment;568 BriefComment(nullptr) { }575 BriefComment(nullptr) { }617 const char *getBriefComment() const { return BriefComment; }
610 CXString BriefComment; in PrintCursorComments() local619 BriefComment = clang_Cursor_getBriefCommentText(Cursor); in PrintCursorComments()620 BriefCommentCString = clang_getCString(BriefComment); in PrintCursorComments()623 clang_disposeString(BriefComment); in PrintCursorComments()2011 CXString BriefComment; in print_completion_result() local2067 BriefComment = clang_getCompletionBriefComment( in print_completion_result()2069 BriefCommentCString = clang_getCString(BriefComment); in print_completion_result()2073 clang_disposeString(BriefComment); in print_completion_result()