Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp295 if (TypeSystemClang::IsObjCClassType(self_clang_type)) { in ScanContext()
H A DClangExpressionDeclMap.cpp969 if (TypeSystemClang::IsObjCClassType(self_clang_type)) { in LookUpLldbObjCClass()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h602 static bool IsObjCClassType(const CompilerType &type);
H A DTypeSystemClang.cpp3450 bool TypeSystemClang::IsObjCClassType(const CompilerType &type) { in IsObjCClassType() function in TypeSystemClang