Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dcomp.rs1263 if cur.kind() == CXCursor_TypedefDecl && in from_ty()
1349 CXCursor_TypedefDecl | in from_ty()
Dcontext.rs1627 clang_sys::CXCursor_TypedefDecl | in instantiate_template()
/external/clang/include/clang-c/
DIndex.h1605 CXCursor_TypedefDecl = 20, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h1758 CXCursor_TypedefDecl = 20, enumerator
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c817 if (clang_getCursorKind(Referenced) == CXCursor_TypedefDecl) { in PrintCursor()
1965 else if (!strcmp(filter, "typedef")) K = CXCursor_TypedefDecl; in perform_test_load()
/external/rust/crates/clang-sys/src/
Dlib.rs238 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/tools/libclang/
DCIndex.cpp4486 case CXCursor_TypedefDecl: in clang_getCursorKindSpelling()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3049 case Decl::Typedef: return CXCursor_TypedefDecl; in getCursorKindForDecl()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp5159 case CXCursor_TypedefDecl: in clang_getCursorKindSpelling()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp3825 return CXCursor_TypedefDecl; in getCursorKindForDecl()