Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1513 CompilerType type_to_use = GuardedCopyType(var_clang_type); in GetVariableValue() local
1515 if (!type_to_use) { in GetVariableValue()
1523 *parser_type = TypeFromParser(type_to_use); in GetVariableValue()
1526 var_location.SetCompilerType(type_to_use); in GetVariableValue()