Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/bindgen/ir/
Dtemplate.rs246 let definition = if declaration.kind() == CXCursor_TypeAliasTemplateDecl in from_ty()
Dcontext.rs1874 use clang_sys::{CXCursor_TypeAliasTemplateDecl, CXCursor_TypeRef}; in builtin_or_resolved_ty()
1908 CXCursor_TypeAliasTemplateDecl && in builtin_or_resolved_ty()
3000 clang_sys::CXCursor_TypeAliasTemplateDecl => { in num_self_template_params()
Dty.rs888 CXCursor_TypeAliasTemplateDecl => { in from_clang_ty()
Dcomp.rs1372 CXCursor_TypeAliasTemplateDecl | in from_ty()
/external/rust/android-crates-io/crates/bindgen/
Dclang.rs270 CXCursor_TypeAliasTemplateDecl in is_template_like()
1513 CXCursor_TypeAliasTemplateDecl | in is_fully_instantiated_template()
/external/clang/include/clang-c/
DIndex.h2377 CXCursor_TypeAliasTemplateDecl = 601, enumerator
/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs641 const CXCursor_TypeAliasTemplateDecl = 601, constant
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3051 case Decl::TypeAliasTemplate: return CXCursor_TypeAliasTemplateDecl; in getCursorKindForDecl()
/external/clang/tools/libclang/
DCIndex.cpp4882 case CXCursor_TypeAliasTemplateDecl: in clang_getCursorKindSpelling()