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

Declarations

tools/clang/include/clang-c/Index.h
 4600 CINDEX_LINKAGE CXString clang_Cursor_getRawCommentText(CXCursor C);

References

tools/clang/tools/c-index-test/c-index-test.c
  692     RawComment = clang_Cursor_getRawCommentText(Cursor);