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()
2611 Pattern->BriefComment = Result.getBriefComment(); in CreateCodeCompletionString()2616 Pattern->BriefComment = Result.getBriefComment(); in CreateCodeCompletionString()
442 const char *BriefComment; variable451 const char *BriefComment);490 return BriefComment; in getBriefComment()554 const char *BriefComment;566 BriefComment(nullptr) { }573 BriefComment(nullptr) { }615 const char *getBriefComment() const { return BriefComment; }
606 CXString BriefComment; in PrintCursorComments() local615 BriefComment = clang_Cursor_getBriefCommentText(Cursor); in PrintCursorComments()616 BriefCommentCString = clang_getCString(BriefComment); in PrintCursorComments()619 clang_disposeString(BriefComment); in PrintCursorComments()1958 CXString BriefComment; in print_completion_result() local2012 BriefComment = clang_getCompletionBriefComment( in print_completion_result()2014 BriefCommentCString = clang_getCString(BriefComment); in print_completion_result()2018 clang_disposeString(BriefComment); in print_completion_result()