Home
last modified time | relevance | path

Searched refs:eBasicTypeInt (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
Dlldb-enumerations.h576 eBasicTypeInt, enumerator
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DClangASTContext.cpp632 g_type_map.Append(ConstString("int").GetCString(), eBasicTypeInt); in GetBasicTypeEnumeration()
633 g_type_map.Append(ConstString("signed int").GetCString(), eBasicTypeInt); in GetBasicTypeEnumeration()
739 case eBasicTypeInt: in GetBasicType()
DClangASTType.cpp2269 case clang::BuiltinType::Int: return eBasicTypeInt; in GetBasicTypeEnumeration()