Searched refs:clang_Cursor_getCommentRange (Results 1 – 4 of 4) sorted by relevance
22 clang_Cursor_getCommentRange
7289 CXSourceRange clang_Cursor_getCommentRange(CXCursor C) { in clang_Cursor_getCommentRange() function
3987 CINDEX_LINKAGE CXSourceRange clang_Cursor_getCommentRange(CXCursor C);
617 PrintRange(clang_Cursor_getCommentRange(Cursor), "RawCommentRange"); in PrintCursorComments()