Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp292 if (TypeSystemClang::IsObjCClassType(self_clang_type)) { in ScanContext()
H A DClangExpressionDeclMap.cpp973 if (TypeSystemClang::IsObjCClassType(self_clang_type)) { in LookUpLldbObjCClass()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h608 static bool IsObjCClassType(const CompilerType &type);
H A DTypeSystemClang.cpp3513 bool TypeSystemClang::IsObjCClassType(const CompilerType &type) { in IsObjCClassType() function in TypeSystemClang