Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/libclang/
DCIndexUSRs.cpp38 CXString clang_getCursorUSR(CXCursor C) { in clang_getCursorUSR() function
Dlibclang.exports214 clang_getCursorUSR
DCIndexCodeCompletion.cpp636 CXString CursorUSR = clang_getCursorUSR(cursor); in ProcessCodeCompleteResults()
DCIndex.cpp5802 USR = clang_getCursorUSR(Result); in clang_getCursor()
/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/rust/crates/bindgen/src/
Dclang.rs44 let s = unsafe { cxstring_into_string(clang_getCursorUSR(self.x)) }; in usr()
/external/llvm-project/clang/include/clang-c/
DIndex.h4268 CINDEX_LINKAGE CXString clang_getCursorUSR(CXCursor);
/external/rust/crates/clang-sys/src/
Dlib.rs2032 pub fn clang_getCursorUSR(cursor: CXCursor) -> CXString;
/external/clang/bindings/python/clang/
Dcindex.py1266 return conf.lib.clang_getCursorUSR(self)
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py1530 return conf.lib.clang_getCursorUSR(self)
/external/clang/tools/c-index-test/
Dc-index-test.c1193 CXString USR = clang_getCursorUSR(C); in USRVisitor()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c1395 CXString USR = clang_getCursorUSR(C); in USRVisitor()