Searched refs:CXCursor_TemplateRef (Results 1 – 12 of 12) sorted by relevance
/external/rust/crates/bindgen/src/ir/ |
D | template.rs | 254 if child.kind() == CXCursor_TemplateRef { in from_ty()
|
D | ty.rs | 791 let kind = if location.kind() == CXCursor_TemplateRef || in from_clang_ty() 987 CXCursor_TemplateRef => { in from_clang_ty()
|
D | context.rs | 1612 .position(|c| c.kind() == clang_sys::CXCursor_TemplateRef); in instantiate_template() 1643 clang_sys::CXCursor_TemplateRef => { in instantiate_template()
|
/external/clang/tools/libclang/ |
D | CXCursor.cpp | 726 CXCursor C = { CXCursor_TemplateRef, 0, { Template, RawLoc, TU } }; in MakeCursorTemplateRef() 732 assert(C.kind == CXCursor_TemplateRef); in getCursorTemplateRef()
|
D | CXType.cpp | 210 case CXCursor_TemplateRef: in clang_getCursorType()
|
D | CIndex.cpp | 4147 case CXCursor_TemplateRef: { in clang_getCursorSpelling() 4534 case CXCursor_TemplateRef: in clang_getCursorKindSpelling() 5172 case CXCursor_TemplateRef: { in clang_getCursorLocation() 5327 case CXCursor_TemplateRef: in getRawCursorExtent() 5540 case CXCursor_TemplateRef: in clang_getCursorReferenced()
|
/external/llvm-project/clang/tools/libclang/ |
D | CXCursor.cpp | 883 CXCursor C = {CXCursor_TemplateRef, 0, {Template, RawLoc, TU}}; in MakeCursorTemplateRef() 889 assert(C.kind == CXCursor_TemplateRef); in getCursorTemplateRef()
|
D | CXType.cpp | 278 case CXCursor_TemplateRef: in clang_getCursorType()
|
D | CIndex.cpp | 4612 case CXCursor_TemplateRef: { in clang_getCursorSpelling() 5207 case CXCursor_TemplateRef: in clang_getCursorKindSpelling() 5947 case CXCursor_TemplateRef: { in clang_getCursorLocation() 6101 case CXCursor_TemplateRef: in getRawCursorExtent() 6313 case CXCursor_TemplateRef: in clang_getCursorReferenced()
|
/external/clang/include/clang-c/ |
D | Index.h | 1674 CXCursor_TemplateRef = 45, enumerator
|
/external/llvm-project/clang/include/clang-c/ |
D | Index.h | 1827 CXCursor_TemplateRef = 45, enumerator
|
/external/rust/crates/clang-sys/src/ |
D | lib.rs | 263 const CXCursor_TemplateRef = 45, constant
|