Searched refs:InstanceProperty (Results 1 – 11 of 11) sorted by relevance
47 InstanceProperty, enumerator
234 Info.Kind = SymbolKind::InstanceProperty; in getSymbolInfo()337 Info.Kind = SymbolKind::InstanceProperty; in getSymbolInfo()521 case SymbolKind::InstanceProperty: return "instance-property"; in getSymbolKindString()
151 Info.Kind = SymbolKind::InstanceProperty; in getSymbolInfo()334 case SymbolKind::InstanceProperty: return "instance-property"; in getSymbolKindString()
1549 class InstanceProperty(Layer): class1576 super(InstanceProperty, self).__init__(**kwargs)1589 base_config = super(InstanceProperty, self).get_config()1597 class InstanceMethod(InstanceProperty):1633 …property_access = property(lambda self: InstanceProperty(property_name)(self)) # pylint: disable=…
140 case index::SymbolKind::InstanceProperty: in categorize()176 case index::SymbolKind::InstanceProperty: in isInstanceMember()
275 case index::SymbolKind::InstanceProperty: in indexSymbolKindToSymbolKind()
123 case SK::InstanceProperty: in toCompletionItemKind()
254 DEFINE_ENUM(InstanceProperty); in enumeration()
1281 case SymbolKind::InstanceProperty: return CXIdxEntity_ObjCProperty; in getEntityKindFromSymbolKind()