Searched refs:CXCursor_NamespaceRef (Results 1 – 12 of 12) sorted by relevance
/external/clang/tools/libclang/ |
D | CXCursor.cpp | 744 CXCursor C = { CXCursor_NamespaceRef, 0, { NS, RawLoc, TU } }; in MakeCursorNamespaceRef() 750 assert(C.kind == CXCursor_NamespaceRef); in getCursorNamespaceRef()
|
D | CXType.cpp | 211 case CXCursor_NamespaceRef: in clang_getCursorType()
|
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()
|
/external/llvm-project/clang/tools/libclang/ |
D | CXCursor.cpp | 901 CXCursor C = {CXCursor_NamespaceRef, 0, {NS, RawLoc, TU}}; in MakeCursorNamespaceRef() 907 assert(C.kind == CXCursor_NamespaceRef); in getCursorNamespaceRef()
|
D | CXType.cpp | 279 case CXCursor_NamespaceRef: in clang_getCursorType()
|
D | CIndex.cpp | 4619 case CXCursor_NamespaceRef: { in clang_getCursorSpelling() 5209 case CXCursor_NamespaceRef: in clang_getCursorKindSpelling() 5953 case CXCursor_NamespaceRef: { in clang_getCursorLocation() 6104 case CXCursor_NamespaceRef: in getRawCursorExtent() 6316 case CXCursor_NamespaceRef: in clang_getCursorReferenced()
|
/external/rust/crates/bindgen/src/ir/ |
D | ty.rs | 1029 CXCursor_NamespaceRef => { in from_clang_ty()
|
D | context.rs | 1617 .all(|c| c.kind() == clang_sys::CXCursor_NamespaceRef) in instantiate_template()
|
/external/clang/include/clang-c/ |
D | Index.h | 1678 CXCursor_NamespaceRef = 46, enumerator
|
/external/rust/crates/bindgen/src/ |
D | clang.rs | 211 semantic_parent.unwrap().kind() == CXCursor_NamespaceRef) in is_toplevel()
|
/external/llvm-project/clang/include/clang-c/ |
D | Index.h | 1831 CXCursor_NamespaceRef = 46, enumerator
|
/external/rust/crates/clang-sys/src/ |
D | lib.rs | 264 const CXCursor_NamespaceRef = 46, constant
|