Searched refs:clang_getCursorExtent (Results 1 – 6 of 6) sorted by relevance
258 clang_getCursorExtent;
6506 CXSourceRange clang_getCursorExtent(CXCursor C) { in clang_getCursorExtent() function6985 return clang_getCursorExtent(C); in clang_getCursorReferenceNameRange()
714 clang_getCursorExtent(clang_getTranslationUnitCursor(ClangTU)); in TEST_F()
3294 CINDEX_LINKAGE CXSourceRange clang_getCursorExtent(CXCursor);
1068 CursorExtent = clang_getCursorExtent(Cursor); in PrintCursor()1285 CXSourceRange extent = clang_getCursorExtent(C); in PrintCursorExtent()
1607 self._extent = conf.lib.clang_getCursorExtent(self)