Searched refs:clang_Cursor_getCommentRange (Results 1 – 4 of 4) sorted by relevance
58 clang_Cursor_getCommentRange;
8635 CXSourceRange clang_Cursor_getCommentRange(CXCursor C) { in clang_Cursor_getCommentRange() function
4713 CINDEX_LINKAGE CXSourceRange clang_Cursor_getCommentRange(CXCursor C);
700 PrintRange(clang_Cursor_getCommentRange(Cursor), "RawCommentRange"); in PrintCursorComments()