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

Lines Matching defs:BriefComment

606     CXString BriefComment;
615 BriefComment = clang_Cursor_getBriefCommentText(Cursor);
616 BriefCommentCString = clang_getCString(BriefComment);
618 PrintCStringWithPrefix("BriefComment", BriefCommentCString);
619 clang_disposeString(BriefComment);
1958 CXString BriefComment;
2012 BriefComment = clang_getCompletionBriefComment(
2014 BriefCommentCString = clang_getCString(BriefComment);
2018 clang_disposeString(BriefComment);