Home
last modified time | relevance | path

Searched refs:eBasicTypeObjCClass (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp59 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCClass); in BlockPointerSyntheticFrontEnd()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h823 eBasicTypeObjCClass, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig601 if basic_type == eBasicTypeObjCClass: return (False,False)
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1044 .. py:data:: eBasicTypeObjCClass
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp743 clang_type = m_ast.GetBasicType(eBasicTypeObjCClass); in ParseTypeModifier()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2109 case eBasicTypeObjCClass: in GetOpaqueCompilerType()
5473 return eBasicTypeObjCClass; in GetBasicTypeEnumeration()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78324 {SWIG_LUA_CONSTTAB_INT("eBasicTypeObjCClass", lldb::eBasicTypeObjCClass)},