Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp71 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCClass); in BlockPointerSyntheticFrontEnd()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h785 eBasicTypeObjCClass, enumerator
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython-extensions.swig588 if basic_type == eBasicTypeObjCClass: return (False,False)
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst1042 .. py:data:: eBasicTypeObjCClass
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp691 clang_type = m_ast.GetBasicType(eBasicTypeObjCClass); in ParseTypeModifier()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2102 case eBasicTypeObjCClass: in GetOpaqueCompilerType()
5593 return eBasicTypeObjCClass; in GetBasicTypeEnumeration()