Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dty.rs937 CXCursor_TypeAliasDecl => { in from_clang_ty()
Dcomp.rs1347 CXCursor_TypeAliasDecl | in from_ty()
Dcontext.rs1628 clang_sys::CXCursor_TypeAliasDecl => { in instantiate_template()
/external/clang/include/clang-c/
DIndex.h1637 CXCursor_TypeAliasDecl = 36, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h1790 CXCursor_TypeAliasDecl = 36, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs254 const CXCursor_TypeAliasDecl = 36, constant
/external/clang/tools/libclang/
DCIndex.cpp4796 case CXCursor_TypeAliasDecl: in clang_getCursorKindSpelling()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3050 case Decl::TypeAlias: return CXCursor_TypeAliasDecl; in getCursorKindForDecl()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp5518 case CXCursor_TypeAliasDecl: in clang_getCursorKindSpelling()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp3827 return CXCursor_TypeAliasDecl; in getCursorKindForDecl()