Searched refs:g_type_map (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Symbol/
H A DClangASTContext.cpp612 static TypeNameToBasicTypeMap g_type_map; local
616 g_type_map.Append(ConstString("void").GetCString(), eBasicTypeVoid);
619 g_type_map.Append(ConstString("char").GetCString(), eBasicTypeChar);
620 g_type_map.Append(ConstString("signed char").GetCString(), eBasicTypeSignedChar);
621 g_type_map.Append(ConstString("unsigned char").GetCString(), eBasicTypeUnsignedChar);
622 g_type_map.Append(ConstString("wchar_t").GetCString(), eBasicTypeWChar);
623 g_type_map.Append(ConstString("signed wchar_t").GetCString(), eBasicTypeSignedWChar);
624 g_type_map.Append(ConstString("unsigned wchar_t").GetCString(), eBasicTypeUnsignedWChar);
626 g_type_map.Append(ConstString("short").GetCString(), eBasicTypeShort);
627 g_type_map
[all...]

Completed in 360 milliseconds