Searched refs:GKInspectable (Results 1 – 3 of 3) sorted by relevance
55 #define GKInspectable __attribute__((annotate("gk_inspectable"))) macro59 @property (readonly) GKInspectable int gkIntProp;
89 GKInspectable = 1 << 6, enumerator
239 Info.Properties |= (SymbolPropertySet)SymbolProperty::GKInspectable; in getSymbolInfo()571 APPLY_FOR_PROPERTY(GKInspectable); in applyForEachSymbolProperty()592 case SymbolProperty::GKInspectable: OS << "GKI"; break; in printSymbolProperties()