Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
HDObjCLanguageRuntime.cpp390 if (ClangASTContext::IsObjCObjectPointerType(base_type, &class_type)) in GetRuntimeType()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCRuntime.cpp108 if (!ClangASTContext::IsObjCObjectPointerType(compiler_type)) { in GetObjectDescription()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangUserExpression.cpp297 } else if (ClangASTContext::IsObjCObjectPointerType( in ScanContext()
HDClangExpressionDeclMap.cpp990 if (!ClangASTContext::IsObjCObjectPointerType(self_clang_type)) in LookUpLldbObjCClass()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDClangASTContext.h529 static bool IsObjCObjectPointerType(const CompilerType &type,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp3455 bool ClangASTContext::IsObjCObjectPointerType(const CompilerType &type, in IsObjCObjectPointerType() function in ClangASTContext