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