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