Home
last modified time | relevance | path

Searched refs:CXCursor_TypedefDecl (Results 1 – 7 of 7) sorted by relevance

/external/rust/android-crates-io/crates/bindgen/ir/
Dcomp.rs1273 if cur.kind() == CXCursor_TypedefDecl && in from_ty()
1373 CXCursor_TypedefDecl | in from_ty()
Dcontext.rs1690 clang_sys::CXCursor_TypedefDecl | in instantiate_template()
/external/clang/include/clang-c/
DIndex.h1605 CXCursor_TypedefDecl = 20, enumerator
/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs295 const CXCursor_TypedefDecl = 20, constant
/external/clang/tools/c-index-test/
Dc-index-test.c1572 else if (!strcmp(filter, "typedef")) K = CXCursor_TypedefDecl; in perform_test_load()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3049 case Decl::Typedef: return CXCursor_TypedefDecl; in getCursorKindForDecl()
/external/clang/tools/libclang/
DCIndex.cpp4486 case CXCursor_TypedefDecl: in clang_getCursorKindSpelling()