Home
last modified time | relevance | path

Searched refs:eBasicTypeInvalid (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h750 eBasicTypeInvalid = 0, enumerator
/llvm-project-15.0.7/lldb/test/API/python_api/sbdata/
H A DTestSBData.py147 lldb.eBasicTypeInvalid))
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp360 return eBasicTypeInvalid; in GetBasicType()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp526 return eBasicTypeInvalid; in GetBasicTypeEnumeration()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp891 return lldb::eBasicTypeInvalid; in GetCompilerTypeForSimpleKind()
H A DPdbAstBuilder.cpp800 if (bt == lldb::eBasicTypeInvalid) in CreateSimpleType()
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-extensions.swig558 if basic_type == eBasicTypeInvalid: return (False,False)
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1012 .. py:data:: eBasicTypeInvalid
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp916 return g_type_map.Find(name, eBasicTypeInvalid); in GetBasicTypeEnumeration()
918 return eBasicTypeInvalid; in GetBasicTypeEnumeration()
5548 return eBasicTypeInvalid; in GetBasicTypeEnumeration()