Searched refs:variable_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp711 Type *variable_type = var_sp->GetType(); local
712 if (variable_type) {
714 variable_type->GetForwardCompilerType());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp257 Type *variable_type = variable->GetType(); local
258 if (variable_type)
259 m_compiler_type = variable_type->GetForwardCompilerType();

Completed in 68 milliseconds