Searched refs:clang_equalCursors (Results 1 – 17 of 17) sorted by relevance
/aosp_15_r20/external/clang/tools/libclang/ |
H A D | libclang.exports | 134 clang_equalCursors
|
H A D | CXCursor.cpp | 1089 return clang_equalCursors(cursor, clang_getNullCursor()); in clang_Cursor_isNull()
|
H A D | CIndex.cpp | 5047 if (!clang_equalCursors(Definition, clang_getNullCursor())) { in clang_getCursor() 5072 unsigned clang_equalCursors(CXCursor X, CXCursor Y) { in clang_equalCursors() function 6475 if (!clang_equalCursors(Info.Cursor, cursor)) in postVisitChildren()
|
/aosp_15_r20/external/clang/tools/c-index-test/ |
H A D | c-index-test.c | 693 if (!clang_equalCursors(Referenced, clang_getNullCursor())) { in PrintCursor() 831 if (!clang_equalCursors(SpecializationOf, clang_getNullCursor())) { in PrintCursor() 1830 if ((c == EOF || !clang_equalCursors(cursor, prevCursor)) && in perform_file_scan()
|
/aosp_15_r20/external/clang/include/clang-c/ |
H A D | Index.h | 2437 CINDEX_LINKAGE unsigned clang_equalCursors(CXCursor, CXCursor);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/ |
D | Index.h | 2297 CINDEX_LINKAGE unsigned clang_equalCursors(CXCursor, CXCursor);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/ |
D | Index.h | 2287 CINDEX_LINKAGE unsigned clang_equalCursors(CXCursor, CXCursor);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/ |
D | Index.h | 2296 CINDEX_LINKAGE unsigned clang_equalCursors(CXCursor, CXCursor);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/ |
D | Index.h | 2296 CINDEX_LINKAGE unsigned clang_equalCursors(CXCursor, CXCursor);
|
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ |
D | clang.rs | 1132 unsafe { clang_equalCursors(self.x, other.x) == 1 } in eq()
|
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/ |
D | lib.rs | 2163 pub fn clang_equalCursors(left: CXCursor, right: CXCursor) -> c_uint;
|
/aosp_15_r20/external/clang/bindings/python/clang/ |
H A D | cindex.py | 1179 return conf.lib.clang_equalCursors(self, other)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/python3/site-packages/clang/ |
D | cindex.py | 1476 return conf.lib.clang_equalCursors(self, other)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/python3/site-packages/clang/ |
D | cindex.py | 1445 return conf.lib.clang_equalCursors(self, other)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/python3/site-packages/clang/ |
D | cindex.py | 1445 return conf.lib.clang_equalCursors(self, other)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/python3/site-packages/clang/ |
D | cindex.py | 1599 return conf.lib.clang_equalCursors(self, other)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-stable/lib/python3/site-packages/clang/ |
D | cindex.py | 1599 return conf.lib.clang_equalCursors(self, other)
|