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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp291 if (TypeSystemClang::IsObjCClassType(self_clang_type)) {
H A DClangExpressionDeclMap.cpp968 if (TypeSystemClang::IsObjCClassType(self_clang_type)) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h679 static bool IsObjCClassType(const CompilerType &type);
H A DTypeSystemClang.cpp3431 bool TypeSystemClang::IsObjCClassType(const CompilerType &type) { function in class:TypeSystemClang

Completed in 190 milliseconds