Home
last modified time | relevance | path

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

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