Home
last modified time | relevance | path

Searched refs:IsObjCObjectOrInterfaceType (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DObjCLanguageRuntime.cpp124 if (ClangASTContext::IsObjCObjectOrInterfaceType( in LookupInCompleteClassCache()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h600 static bool IsObjCObjectOrInterfaceType(const CompilerType &type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1339 if (ClangASTContext::IsObjCObjectOrInterfaceType( in ParseTypeFromDWARF()
2174 if (ClangASTContext::IsObjCObjectOrInterfaceType(clang_type)) { in CompleteTypeFromDWARF()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp293 } else if (ClangASTContext::IsObjCObjectOrInterfaceType(compiler_type)) { in MaybeCalculateCompleteType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp3690 bool ClangASTContext::IsObjCObjectOrInterfaceType(const CompilerType &type) { in IsObjCObjectOrInterfaceType() function in ClangASTContext