Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dtemplate.rs247 let definition = if declaration.kind() == CXCursor_TypeAliasTemplateDecl in from_ty()
Dcontext.rs1809 use clang_sys::{CXCursor_TypeAliasTemplateDecl, CXCursor_TypeRef}; in builtin_or_resolved_ty()
1844 if decl.cursor().kind() == CXCursor_TypeAliasTemplateDecl && in builtin_or_resolved_ty()
2761 clang_sys::CXCursor_TypeAliasTemplateDecl => { in num_self_template_params()
Dty.rs928 CXCursor_TypeAliasTemplateDecl => { in from_clang_ty()
Dcomp.rs1348 CXCursor_TypeAliasTemplateDecl | in from_ty()
/external/rust/crates/bindgen/src/
Dclang.rs229 CXCursor_TypeAliasTemplateDecl => true, in is_template_like()
1270 CXCursor_TypeAliasTemplateDecl | in is_fully_instantiated_template()
/external/clang/include/clang-c/
DIndex.h2377 CXCursor_TypeAliasTemplateDecl = 601, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h2646 CXCursor_TypeAliasTemplateDecl = 601, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs531 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()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp5639 case CXCursor_TypeAliasTemplateDecl: in clang_getCursorKindSpelling()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp3829 return CXCursor_TypeAliasTemplateDecl; in getCursorKindForDecl()