Home
last modified time | relevance | path

Searched refs:clang_hashCursor (Results 1 – 10 of 10) sorted by relevance

/external/clang/tools/libclang/
Dlibclang.exports255 clang_hashCursor
DCIndex.cpp5088 unsigned clang_hashCursor(CXCursor C) { in clang_hashCursor() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports290 clang_hashCursor
DCIndex.cpp5856 unsigned clang_hashCursor(CXCursor C) { in clang_hashCursor() function
/external/clang/include/clang-c/
DIndex.h2447 CINDEX_LINKAGE unsigned clang_hashCursor(CXCursor);
/external/rust/crates/bindgen/src/
Dclang.rs898 unsafe { clang_hashCursor(self.x) }.hash(state) in hash()
/external/llvm-project/clang/include/clang-c/
DIndex.h2720 CINDEX_LINKAGE unsigned clang_hashCursor(CXCursor);
/external/rust/crates/clang-sys/src/
Dlib.rs2117 pub fn clang_hashCursor(cursor: CXCursor) -> c_uint;
/external/clang/bindings/python/clang/
Dcindex.py1444 self._hash = conf.lib.clang_hashCursor(self)
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py1752 self._hash = conf.lib.clang_hashCursor(self)