Home
last modified time | relevance | path

Searched refs:CXCursor_TypeRef (Results 1 – 9 of 9) sorted by relevance

/external/rust/android-crates-io/crates/bindgen/ir/
Dcontext.rs1689 clang_sys::CXCursor_TypeRef | in instantiate_template()
1874 use clang_sys::{CXCursor_TypeAliasTemplateDecl, CXCursor_TypeRef}; in builtin_or_resolved_ty()
1909 !location.contains_cursor(CXCursor_TypeRef) && in builtin_or_resolved_ty()
Ditem.rs1857 } else if location.kind() == clang_sys::CXCursor_TypeRef { in type_param()
1873 if child_ty.kind() == clang_sys::CXCursor_TypeRef && in type_param()
Dty.rs967 CXCursor_TypeRef => { in from_clang_ty()
/external/rust/android-crates-io/crates/bindgen/
Dclang.rs686 if cur.kind() == CXCursor_TypeRef { in bit_width_expr()
2211 if c.kind() == CXCursor_TypeRef && in new()
/external/clang/tools/libclang/
DCXCursor.cpp710 CXCursor C = { CXCursor_TypeRef, 0, { Type, RawLoc, TU } }; in MakeCursorTypeRef()
716 assert(C.kind == CXCursor_TypeRef); in getCursorTypeRef()
DCXType.cpp194 case CXCursor_TypeRef: { in clang_getCursorType()
DCIndex.cpp4140 case CXCursor_TypeRef: { in clang_getCursorSpelling()
4532 case CXCursor_TypeRef: in clang_getCursorKindSpelling()
4990 cursor.kind == CXCursor_TypeRef) { in GetCursorVisitor()
5167 case CXCursor_TypeRef: { in clang_getCursorLocation()
5324 case CXCursor_TypeRef: in getRawCursorExtent()
5537 case CXCursor_TypeRef: in clang_getCursorReferenced()
/external/clang/include/clang-c/
DIndex.h1668 CXCursor_TypeRef = 43, enumerator
/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs318 const CXCursor_TypeRef = 43, constant