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

Lines Matching defs:BriefComment

610     CXString BriefComment;
619 BriefComment = clang_Cursor_getBriefCommentText(Cursor);
620 BriefCommentCString = clang_getCString(BriefComment);
622 PrintCStringWithPrefix("BriefComment", BriefCommentCString);
623 clang_disposeString(BriefComment);
2011 CXString BriefComment;
2067 BriefComment = clang_getCompletionBriefComment(
2069 BriefCommentCString = clang_getCString(BriefComment);
2073 clang_disposeString(BriefComment);