reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/c-index-test/c-index-test.c
  692     RawComment = clang_Cursor_getRawCommentText(Cursor);
  696       PrintRange(clang_Cursor_getCommentRange(Cursor), "RawCommentRange");
  698       BriefComment = clang_Cursor_getBriefCommentText(Cursor);
  708     CXComment Comment = clang_Cursor_getParsedComment(Cursor);