Searched refs:IsObjCObjectPointerType (Results 1 – 6 of 6) sorted by relevance
390 if (TypeSystemClang::IsObjCObjectPointerType(base_type, &class_type)) in GetRuntimeType()
119 if (!TypeSystemClang::IsObjCObjectPointerType(compiler_type)) { in GetObjectDescription()
297 } else if (TypeSystemClang::IsObjCObjectPointerType( in ScanContext()
972 if (!TypeSystemClang::IsObjCObjectPointerType(self_clang_type)) in LookUpLldbObjCClass()
610 static bool IsObjCObjectPointerType(const CompilerType &type,
3623 bool TypeSystemClang::IsObjCObjectPointerType(const CompilerType &type, in IsObjCObjectPointerType() function in TypeSystemClang