Searched refs:user_type (Results 1 – 3 of 3) sorted by relevance
52 const TypeFromUser &user_type, lldb::ByteOrder byte_order, in ClangExpressionVariable() argument60 SetCompilerType(user_type); in ClangExpressionVariable()
256 exe_ctx.GetBestExecutionContextScope(), name, user_type, in AddPersistentVariable()290 if (!user_type.GetOpaqueQualType()) { in AddPersistentVariable()1562 if (user_type) in GetVariableValue()1563 *user_type = TypeFromUser(var_clang_type); in GetVariableValue()1622 TypeFromUser user_type = valobj->GetCompilerType(); in AddOneVariable() local1632 TypeFromParser parser_type = GuardedCopyType(user_type); in AddOneVariable()1652 ClangUtil::ToString(user_type)); in AddOneVariable()1692 TypeFromUser user_type( in AddOneVariable() local1695 TypeFromParser parser_type(GuardedCopyType(user_type)); in AddOneVariable()1746 user_type, m_parser_vars->m_target_info.byte_order, in AddOneGenericVariable()[all …]
72 const TypeFromUser &user_type,