Searched refs:CXCursor_FieldDecl (Results 1 – 4 of 4) sorted by relevance
1474 CXCursor_FieldDecl = 6, enumerator
1236 if (clang_getCursorKind(cursor) == CXCursor_FieldDecl ) { in PrintTypeSize()1270 if (clang_getCursorKind(cursor) != CXCursor_FieldDecl) in PrintBitWidth()
3536 case CXCursor_FieldDecl: in clang_getCursorKindSpelling()
2921 case Decl::Field: return CXCursor_FieldDecl; in getCursorKindForDecl()