Searched refs:CXCursor_FieldDecl (Results 1 – 4 of 4) sorted by relevance
1577 CXCursor_FieldDecl = 6, enumerator
1437 if (clang_getCursorKind(cursor) == CXCursor_FieldDecl) { in PrintTypeSize()1514 if (clang_getCursorKind(cursor) != CXCursor_FieldDecl) in PrintBitWidth()
4498 case CXCursor_FieldDecl: in clang_getCursorKindSpelling()
3030 case Decl::Field: return CXCursor_FieldDecl; in getCursorKindForDecl()