Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.cpp52 const TypeFromUser &user_type, lldb::ByteOrder byte_order, in ClangExpressionVariable() argument
60 SetCompilerType(user_type); in ClangExpressionVariable()
H A DClangExpressionDeclMap.cpp256 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() local
1632 TypeFromParser parser_type = GuardedCopyType(user_type); in AddOneVariable()
1652 ClangUtil::ToString(user_type)); in AddOneVariable()
1692 TypeFromUser user_type( in AddOneVariable() local
1695 TypeFromParser parser_type(GuardedCopyType(user_type)); in AddOneVariable()
1746 user_type, m_parser_vars->m_target_info.byte_order, in AddOneGenericVariable()
[all …]
H A DClangExpressionVariable.h72 const TypeFromUser &user_type,