Searched refs:CXCursor_NamespaceRef (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/clang/tools/libclang/ |
H A D | CXCursor.cpp | 744 CXCursor C = { CXCursor_NamespaceRef, 0, { NS, RawLoc, TU } }; in MakeCursorNamespaceRef() 750 assert(C.kind == CXCursor_NamespaceRef); in getCursorNamespaceRef()
|
H A D | CXType.cpp | 211 case CXCursor_NamespaceRef: in clang_getCursorType()
|
H A D | CIndex.cpp | 4154 case CXCursor_NamespaceRef: { in clang_getCursorSpelling() 4536 case CXCursor_NamespaceRef: in clang_getCursorKindSpelling() 5178 case CXCursor_NamespaceRef: { in clang_getCursorLocation() 5330 case CXCursor_NamespaceRef: in getRawCursorExtent() 5543 case CXCursor_NamespaceRef: in clang_getCursorReferenced()
|
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/ |
D | ty.rs | 989 CXCursor_NamespaceRef => { in from_clang_ty()
|
D | context.rs | 1680 .all(|c| c.kind() == clang_sys::CXCursor_NamespaceRef) in instantiate_template()
|
/aosp_15_r20/external/clang/include/clang-c/ |
H A D | Index.h | 1678 CXCursor_NamespaceRef = 46, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/ |
D | Index.h | 1311 CXCursor_NamespaceRef = 46, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/ |
D | Index.h | 1311 CXCursor_NamespaceRef = 46, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/ |
D | Index.h | 1311 CXCursor_NamespaceRef = 46, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/ |
D | Index.h | 1311 CXCursor_NamespaceRef = 46, enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ |
D | clang.rs | 251 semantic_parent.unwrap().kind() == CXCursor_NamespaceRef) in is_toplevel()
|
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/ |
D | lib.rs | 324 const CXCursor_NamespaceRef = 46, constant
|