Home
last modified time | relevance | path

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

/external/clang/test/Index/
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…
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…
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp196 const char *BriefComment) in CodeCompletionString() argument
199 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() local
453 OS << " : " << BriefComment; in ProcessCodeCompleteResults()
DSemaCodeComplete.cpp2623 Pattern->BriefComment = Result.getBriefComment(); in CreateCodeCompletionString()
2628 Pattern->BriefComment = Result.getBriefComment(); in CreateCodeCompletionString()
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h444 const char *BriefComment; variable
453 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; }
/external/clang/tools/c-index-test/
Dc-index-test.c610 CXString BriefComment; in PrintCursorComments() local
619 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() local
2067 BriefComment = clang_getCompletionBriefComment( in print_completion_result()
2069 BriefCommentCString = clang_getCString(BriefComment); in print_completion_result()
2073 clang_disposeString(BriefComment); in print_completion_result()