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.exports178 clang_getCursorUSR
DCIndexCodeCompletion.cpp596 CXString CursorUSR = clang_getCursorUSR(cursor); in ProcessCodeCompleteResults()
DCIndex.cpp4669 USR = clang_getCursorUSR(Result); in clang_getCursor()
/external/clang/include/clang-c/
DIndex.h3644 CINDEX_LINKAGE CXString clang_getCursorUSR(CXCursor);
/external/clang/bindings/python/clang/
Dcindex.py1220 return conf.lib.clang_getCursorUSR(self)
/external/clang/tools/c-index-test/
Dc-index-test.c1177 CXString USR = clang_getCursorUSR(C); in USRVisitor()