Home
last modified time | relevance | path

Searched refs:CXCursor_ClassDecl (Results 1 – 10 of 10) 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/llvm-project/clang/tools/libclang/
DCIndexCXX.cpp68 case TTK_Class: return CXCursor_ClassDecl; in clang_getTemplateCursorKind()
DCIndex.cpp5169 case CXCursor_ClassDecl: in clang_getCursorKindSpelling()
7234 cursor.kind == CXCursor_ClassDecl || in Visit()
/external/rust/crates/bindgen/src/ir/
Dcomp.rs1253 CXCursor_ClassDecl => !cur.is_definition(), in from_ty()
1353 CXCursor_ClassDecl => { in from_ty()
1556 CXCursor_ClassDecl | CXCursor_StructDecl => CompKind::Struct, in kind_from_cursor()
/external/clang/include/clang-c/
DIndex.h1570 CXCursor_ClassDecl = 4, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h1723 CXCursor_ClassDecl = 4, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs222 const CXCursor_ClassDecl = 4, constant
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3091 case TTK_Class: return CXCursor_ClassDecl; in getCursorKindForDecl()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp3887 return CXCursor_ClassDecl; in getCursorKindForDecl()