Searched defs:RuntimeType (Results 1 – 1 of 1) sorted by relevance
117 struct RuntimeType { struct118 const ObjCObjectType *Type = nullptr;119 bool Precise = false;121 operator bool() const { return Type != nullptr; } in operator bool()