Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports160 clang_getCursorExtent
DCIndex.cpp4838 CXSourceRange clang_getCursorExtent(CXCursor C) { in clang_getCursorExtent() function
5297 return clang_getCursorExtent(C); in clang_getCursorReferenceNameRange()
/external/clang/include/clang-c/
DIndex.h2766 CINDEX_LINKAGE CXSourceRange clang_getCursorExtent(CXCursor);
/external/clang/tools/c-index-test/
Dc-index-test.c870 CursorExtent = clang_getCursorExtent(Cursor); in PrintCursor()
1051 CXSourceRange extent = clang_getCursorExtent(C); in PrintCursorExtent()
/external/clang/bindings/python/clang/
Dcindex.py1245 self._extent = conf.lib.clang_getCursorExtent(self)