Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports209 clang_getCursorResultType
H A DCXType.cpp722 CXType clang_getCursorResultType(CXCursor C) { in clang_getCursorResultType() function
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h3801 CINDEX_LINKAGE CXType clang_getCursorResultType(CXCursor C);
/netbsd/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1671 self._result_type = conf.lib.clang_getCursorResultType(self)
/netbsd/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1608 CXType RT = clang_getCursorResultType(cursor); in PrintType()