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