Home
last modified time | relevance | path

Searched refs:clang_getCursorUSR (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexUSRs.cpp38 CXString clang_getCursorUSR(CXCursor C) { in clang_getCursorUSR() function
H A Dlibclang.exports214 clang_getCursorUSR
H A DCIndexCodeCompletion.cpp636 CXString CursorUSR = clang_getCursorUSR(cursor); in ProcessCodeCompleteResults()
H A DCIndex.cpp5854 USR = clang_getCursorUSR(Result); in clang_getCursor()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h4288 CINDEX_LINKAGE CXString clang_getCursorUSR(CXCursor);
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1530 return conf.lib.clang_getCursorUSR(self)
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1396 CXString USR = clang_getCursorUSR(C); in USRVisitor()