Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports195 clang_getCursorDisplayName
H A DCIndex.cpp5109 CXString clang_getCursorDisplayName(CXCursor C) { in clang_getCursorDisplayName() function
9118 CXString cursorName = clang_getCursorDisplayName(cursor); in operator <<()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h4439 CINDEX_LINKAGE CXString clang_getCursorDisplayName(CXCursor);
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1561 self._displayname = conf.lib.clang_getCursorDisplayName(self)
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c748 return clang_getCursorDisplayName(Cursor); in CursorToText()