Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp273 if (ClangASTContext::IsObjCClassType(self_clang_type)) { in ScanContext()
H A DClangExpressionDeclMap.cpp1113 if (ClangASTContext::IsObjCClassType(self_clang_type)) { in FindExternalVisibleDecls()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h595 static bool IsObjCClassType(const CompilerType &type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp3677 bool ClangASTContext::IsObjCClassType(const CompilerType &type) { in IsObjCClassType() function in ClangASTContext