Home
last modified time | relevance | path

Searched refs:CXCursor_ClassDecl (Results 1 – 6 of 6) sorted by relevance

/external/clang/tools/libclang/
DCIndexCXX.cpp71 case TTK_Class: return CXCursor_ClassDecl; in clang_getTemplateCursorKind()
DCIndex.cpp4496 case CXCursor_ClassDecl: in clang_getCursorKindSpelling()
6353 cursor.kind == CXCursor_ClassDecl || in Visit()
/external/rust/android-crates-io/crates/bindgen/ir/
Dcomp.rs1263 CXCursor_ClassDecl => !cur.is_definition(), in from_ty()
1377 CXCursor_ClassDecl => { in from_ty()
1584 CXCursor_ClassDecl | CXCursor_StructDecl => CompKind::Struct, in kind_from_cursor()
/external/clang/include/clang-c/
DIndex.h1570 CXCursor_ClassDecl = 4, enumerator
/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs279 const CXCursor_ClassDecl = 4, constant
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3091 case TTK_Class: return CXCursor_ClassDecl; in getCursorKindForDecl()