Home
last modified time | relevance | path

Searched refs:CXCursor_TypeAliasDecl (Results 1 – 7 of 7) sorted by relevance

/external/rust/android-crates-io/crates/bindgen/ir/
Dty.rs897 CXCursor_TypeAliasDecl => { in from_clang_ty()
Dcomp.rs1371 CXCursor_TypeAliasDecl | in from_ty()
Dcontext.rs1691 clang_sys::CXCursor_TypeAliasDecl => { in instantiate_template()
/external/clang/include/clang-c/
DIndex.h1637 CXCursor_TypeAliasDecl = 36, enumerator
/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs311 const CXCursor_TypeAliasDecl = 36, constant
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3050 case Decl::TypeAlias: return CXCursor_TypeAliasDecl; in getCursorKindForDecl()
/external/clang/tools/libclang/
DCIndex.cpp4796 case CXCursor_TypeAliasDecl: in clang_getCursorKindSpelling()