Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports198 clang_getCursorExtent
H A DCIndex.cpp6280 CXSourceRange clang_getCursorExtent(CXCursor C) { in clang_getCursorExtent() function
6756 return clang_getCursorExtent(C); in clang_getCursorReferenceNameRange()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h3231 CINDEX_LINKAGE CXSourceRange clang_getCursorExtent(CXCursor);
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1068 CursorExtent = clang_getCursorExtent(Cursor); in PrintCursor()
1285 CXSourceRange extent = clang_getCursorExtent(C); in PrintCursorExtent()
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1607 self._extent = conf.lib.clang_getCursorExtent(self)