Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h742 eBasicTypeInvalid = 0, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp526 return eBasicTypeInvalid; in GetBasicTypeEnumeration()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp752 return lldb::eBasicTypeInvalid; in GetCompilerTypeForSimpleKind()
H A DPdbAstBuilder.cpp710 if (bt == lldb::eBasicTypeInvalid) in CreateSimpleType()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp362 return eBasicTypeInvalid; in GetBasicType()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig558 if basic_type == eBasicTypeInvalid: return (False,False)
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1012 .. py:data:: eBasicTypeInvalid
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp926 return g_type_map.Find(name, eBasicTypeInvalid); in GetBasicTypeEnumeration()
928 return eBasicTypeInvalid; in GetBasicTypeEnumeration()
5507 return eBasicTypeInvalid; in GetBasicTypeEnumeration()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp71010 {SWIG_LUA_CONSTTAB_INT("eBasicTypeInvalid", lldb::eBasicTypeInvalid)},