Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1481 CompilerType var_clang_type = var_type->GetFullCompilerType(); in GetVariableValue() local
1483 if (!var_clang_type) { in GetVariableValue()
1513 CompilerType type_to_use = GuardedCopyType(var_clang_type); in GetVariableValue()
1547 *user_type = TypeFromUser(var_clang_type); in GetVariableValue()