Searched refs:IsObjCClassType (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp295 if (ClangASTContext::IsObjCClassType(self_clang_type)) {
H A DClangExpressionDeclMap.cpp987 if (ClangASTContext::IsObjCClassType(self_clang_type)) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h522 static bool IsObjCClassType(const CompilerType &type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp3200 bool ClangASTContext::IsObjCClassType(const CompilerType &type) { function in class:ClangASTContext

Completed in 79 milliseconds