Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Index/
H A Dannotate-comments-objc.m92 // 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…
H A Dannotate-comments-typedef.m30 // CHECK: EnumDecl=E:[[@LINE-6]]:6 (Definition) {{.*}} BriefComment=[Documentation for E] FullComme…
39 // CHECK: StructDecl=:[[@LINE-4]]:9 (Definition) {{.*}} BriefComment=[Comment about Foo] FullCommen…
/llvm-project-15.0.7/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.cpp3366 Pattern->BriefComment = Result.getBriefComment(); in CreateCodeCompletionString()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h584 const char *BriefComment; variable
590 const char *BriefComment);
633 return BriefComment; in getBriefComment()
687 const char *BriefComment = nullptr; variable
745 const char *getBriefComment() const { return BriefComment; } in getBriefComment()
/llvm-project-15.0.7/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()