Home
last modified time | relevance | path

Searched refs:IsObjCObjectPointerType (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp422 if (TypeSystemClang::IsObjCObjectPointerType(base_type, &class_type)) in GetRuntimeType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp120 if (!TypeSystemClang::IsObjCObjectPointerType(compiler_type)) { in GetObjectDescription()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp294 } else if (TypeSystemClang::IsObjCObjectPointerType( in ScanContext()
H A DClangExpressionDeclMap.cpp976 if (!TypeSystemClang::IsObjCObjectPointerType(self_clang_type)) in LookUpLldbObjCClass()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h615 static bool IsObjCObjectPointerType(const CompilerType &type,
H A DTypeSystemClang.cpp3770 bool TypeSystemClang::IsObjCObjectPointerType(const CompilerType &type, in IsObjCObjectPointerType() function in TypeSystemClang