Home
last modified time | relevance | path

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

/external/lldb/source/Symbol/
DClangASTType.cpp2600 ObjCInterfaceDecl::ivar_iterator ivar_pos, ivar_end = class_interface_decl->ivar_end(); in GetObjCFieldAtIndex() local
2603 … for (ivar_pos = class_interface_decl->ivar_begin(); ivar_pos != ivar_end; ++ivar_pos, ++ivar_idx) in GetObjCFieldAtIndex()
2607 const ObjCIvarDecl* ivar_decl = *ivar_pos; in GetObjCFieldAtIndex()
2619 const bool is_bitfield = ivar_pos->isBitField(); in GetObjCFieldAtIndex()
2627 Expr *bitfield_bit_size_expr = ivar_pos->getBitWidth(); in GetObjCFieldAtIndex()
3073 … ObjCInterfaceDecl::ivar_iterator ivar_pos, ivar_end = class_interface_decl->ivar_end(); in GetChildClangTypeAtIndex() local
3075 … for (ivar_pos = class_interface_decl->ivar_begin(); ivar_pos != ivar_end; ++ivar_pos) in GetChildClangTypeAtIndex()
3079 ObjCIvarDecl* ivar_decl = *ivar_pos; in GetChildClangTypeAtIndex()
3589 … ObjCInterfaceDecl::ivar_iterator ivar_pos, ivar_end = class_interface_decl->ivar_end(); in GetIndexOfChildMemberWithName() local
3592 … for (ivar_pos = class_interface_decl->ivar_begin(); ivar_pos != ivar_end; ++ivar_pos, ++child_idx) in GetIndexOfChildMemberWithName()
[all …]