Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp275 } else if (ClangASTContext::IsObjCObjectPointerType( in ScanContext()
H A DClangExpressionDeclMap.cpp1115 } else if (ClangASTContext::IsObjCObjectPointerType( in FindExternalVisibleDecls()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp109 if (!ClangASTContext::IsObjCObjectPointerType(compiler_type)) { in GetObjectDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h602 static bool IsObjCObjectPointerType(const CompilerType &type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp291 if (ClangASTContext::IsObjCObjectPointerType(compiler_type, &class_type)) { in MaybeCalculateCompleteType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp3952 bool ClangASTContext::IsObjCObjectPointerType(const CompilerType &type, in IsObjCObjectPointerType() function in ClangASTContext