Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h584 eBasicTypeBool, enumerator
/trueos/contrib/llvm/tools/lldb/source/DataFormatters/
HDLibCxx.cpp85 m_bool_type = valobj_sp->GetClangType().GetBasicTypeFromAST(lldb::eBasicTypeBool); in LibcxxVectorBoolSyntheticFrontEnd()
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp654 g_type_map.Append(ConstString("bool").GetCString(), eBasicTypeBool); in GetBasicTypeEnumeration()
763 case eBasicTypeBool: in GetBasicType()
HDClangASTType.cpp2258 case clang::BuiltinType::Bool: return eBasicTypeBool; in GetBasicTypeEnumeration()