Home
last modified time | relevance | path

Searched refs:clang_getCursorExtent (Results 1 – 5 of 5) sorted by relevance

/external/clang/tools/libclang/
Dlibclang.exports121 clang_getCursorExtent
DCIndex.cpp4181 CXSourceRange clang_getCursorExtent(CXCursor C) { in clang_getCursorExtent() function
4626 return clang_getCursorExtent(C); in clang_getCursorReferenceNameRange()
/external/clang/include/clang-c/
DIndex.h2502 CINDEX_LINKAGE CXSourceRange clang_getCursorExtent(CXCursor);
/external/clang/tools/c-index-test/
Dc-index-test.c763 CursorExtent = clang_getCursorExtent(Cursor); in PrintCursor()
907 CXSourceRange extent = clang_getCursorExtent(C); in PrintCursorExtent()
/external/clang/bindings/python/clang/
Dcindex.py1146 self._extent = conf.lib.clang_getCursorExtent(self)