Home | History | Annotate | Download | only in c-index-test

Lines Matching defs:BriefComment

593     CXString BriefComment;
602 BriefComment = clang_Cursor_getBriefCommentText(Cursor);
603 BriefCommentCString = clang_getCString(BriefComment);
605 PrintCStringWithPrefix("BriefComment", BriefCommentCString);
606 clang_disposeString(BriefComment);
1831 CXString BriefComment;
1885 BriefComment = clang_getCompletionBriefComment(
1887 BriefCommentCString = clang_getCString(BriefComment);
1891 clang_disposeString(BriefComment);