Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
DObjCLanguageRuntime.cpp390 if (TypeSystemClang::IsObjCObjectPointerType(base_type, &class_type)) in GetRuntimeType()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp119 if (!TypeSystemClang::IsObjCObjectPointerType(compiler_type)) { in GetObjectDescription()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangUserExpression.cpp297 } else if (TypeSystemClang::IsObjCObjectPointerType( in ScanContext()
DClangExpressionDeclMap.cpp972 if (!TypeSystemClang::IsObjCObjectPointerType(self_clang_type)) in LookUpLldbObjCClass()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h610 static bool IsObjCObjectPointerType(const CompilerType &type,
DTypeSystemClang.cpp3623 bool TypeSystemClang::IsObjCObjectPointerType(const CompilerType &type, in IsObjCObjectPointerType() function in TypeSystemClang