Searched defs:RuntimeType (Results 1 – 1 of 1) sorted by relevance
122 struct RuntimeType { struct123 const ObjCObjectType *Type = nullptr;124 bool Precise = false;126 operator bool() const { return Type != nullptr; } in operator bool()