Searched refs:CXCursor_NamespaceRef (Results 1 – 8 of 8) sorted by relevance
744 CXCursor C = { CXCursor_NamespaceRef, 0, { NS, RawLoc, TU } }; in MakeCursorNamespaceRef()750 assert(C.kind == CXCursor_NamespaceRef); in getCursorNamespaceRef()
211 case CXCursor_NamespaceRef: in clang_getCursorType()
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()
990 CXCursor_NamespaceRef => { in from_clang_ty()
1643 .all(|c| c.kind() == clang_sys::CXCursor_NamespaceRef) in instantiate_template()
209 semantic_parent.unwrap().kind() == CXCursor_NamespaceRef) in is_toplevel()
1678 CXCursor_NamespaceRef = 46, enumerator
256 const CXCursor_NamespaceRef = 46, constant