Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1498 CompilerType var_clang_type = var_type->GetFullCompilerType(); in GetVariableValue() local
1500 if (!var_clang_type) { in GetVariableValue()
1530 CompilerType type_to_use = GuardedCopyType(var_clang_type); in GetVariableValue()
1564 *user_type = TypeFromUser(var_clang_type); in GetVariableValue()