Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dobjc.rs18 use clang_sys::CXCursor_TemplateTypeParameter;
185 CXCursor_TemplateTypeParameter => { in from_ty()
Dty.rs766 ty.declaration().kind() == CXCursor_TemplateTypeParameter; in from_clang_ty()
957 CXCursor_TemplateTypeParameter => { in from_clang_ty()
Dcontext.rs774 clang_sys::CXCursor_TemplateTypeParameter in add_type_param()
800 clang_sys::CXCursor_TemplateTypeParameter in get_type_param()
2765 clang_sys::CXCursor_TemplateTypeParameter | in num_self_template_params()
Dcomp.rs1397 CXCursor_TemplateTypeParameter => { in from_ty()
Ditem.rs1772 if refd.kind() != clang_sys::CXCursor_TemplateTypeParameter { in type_param()
/external/clang/include/clang-c/
DIndex.h1619 CXCursor_TemplateTypeParameter = 27, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h1772 CXCursor_TemplateTypeParameter = 27, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs245 const CXCursor_TemplateTypeParameter = 27, constant
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3055 case Decl::TemplateTypeParm: return CXCursor_TemplateTypeParameter; in getCursorKindForDecl()
3084 case Decl::ObjCTypeParam: return CXCursor_TemplateTypeParameter; in getCursorKindForDecl()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp3837 return CXCursor_TemplateTypeParameter; in getCursorKindForDecl()
3878 return CXCursor_TemplateTypeParameter; in getCursorKindForDecl()
/external/clang/tools/libclang/
DCIndex.cpp4778 case CXCursor_TemplateTypeParameter: in clang_getCursorKindSpelling()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp5500 case CXCursor_TemplateTypeParameter: in clang_getCursorKindSpelling()