Home
last modified time | relevance | path

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

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