Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h651 eBasicTypeInvalid = 0, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp692 return g_type_map.Find(name.GetCString(), eBasicTypeInvalid); in GetBasicTypeEnumeration()
694 return eBasicTypeInvalid; in GetBasicTypeEnumeration()
731 case eBasicTypeInvalid: in GetBasicType()
HDClangASTType.cpp2715 return eBasicTypeInvalid; in GetBasicTypeEnumeration()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBType.cpp339 return eBasicTypeInvalid; in GetBasicType()