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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp130 if (ClangASTContext::IsObjCObjectOrInterfaceType(
392 else if (ClangASTContext::IsObjCObjectOrInterfaceType(base_type))
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h527 static bool IsObjCObjectOrInterfaceType(const CompilerType &type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp922 if (ClangASTContext::IsObjCObjectOrInterfaceType(
1965 if (ClangASTContext::IsObjCObjectOrInterfaceType(clang_type)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp3213 bool ClangASTContext::IsObjCObjectOrInterfaceType(const CompilerType &type) { function in class:ClangASTContext

Completed in 108 milliseconds