Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexUSRs.cpp41 CXString clang_getCursorUSR(CXCursor C) { in clang_getCursorUSR() function
Dlibclang.exports184 clang_getCursorUSR
DCIndexCodeCompletion.cpp596 CXString CursorUSR = clang_getCursorUSR(cursor); in ProcessCodeCompleteResults()
DCIndex.cpp5034 USR = clang_getCursorUSR(Result); in clang_getCursor()
/external/clang/include/clang-c/
DIndex.h3741 CINDEX_LINKAGE CXString clang_getCursorUSR(CXCursor);
/external/clang/bindings/python/clang/
Dcindex.py1266 return conf.lib.clang_getCursorUSR(self)
/external/clang/tools/c-index-test/
Dc-index-test.c1193 CXString USR = clang_getCursorUSR(C); in USRVisitor()