Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports170 clang_getCursorExtent
DCIndex.cpp5455 CXSourceRange clang_getCursorExtent(CXCursor C) { in clang_getCursorExtent() function
5924 return clang_getCursorExtent(C); in clang_getCursorReferenceNameRange()
/external/clang/include/clang-c/
DIndex.h2900 CINDEX_LINKAGE CXSourceRange clang_getCursorExtent(CXCursor);
/external/clang/tools/c-index-test/
Dc-index-test.c900 CursorExtent = clang_getCursorExtent(Cursor); in PrintCursor()
1082 CXSourceRange extent = clang_getCursorExtent(C); in PrintCursorExtent()
/external/clang/bindings/python/clang/
Dcindex.py1321 self._extent = conf.lib.clang_getCursorExtent(self)