Searched refs:CXCursor_FieldDecl (Results 1 – 4 of 4) sorted by relevance
1549 CXCursor_FieldDecl = 6, enumerator
1381 if (clang_getCursorKind(cursor) == CXCursor_FieldDecl) { in PrintTypeSize()1436 if (clang_getCursorKind(cursor) != CXCursor_FieldDecl) in PrintBitWidth()
3930 case CXCursor_FieldDecl: in clang_getCursorKindSpelling()
2962 case Decl::Field: return CXCursor_FieldDecl; in getCursorKindForDecl()