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

Lines Matching refs:BriefComment

526     CXString BriefComment;
535 BriefComment = clang_Cursor_getBriefCommentText(Cursor);
536 BriefCommentCString = clang_getCString(BriefComment);
538 PrintCStringWithPrefix("BriefComment", BriefCommentCString);
539 clang_disposeString(BriefComment);
1592 CXString BriefComment;
1646 BriefComment = clang_getCompletionBriefComment(
1648 BriefCommentCString = clang_getCString(BriefComment);
1652 clang_disposeString(BriefComment);