Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp257 Type *variable_type = variable->GetType(); in GetCompilerType()
258 if (variable_type) in GetCompilerType()
259 m_compiler_type = variable_type->GetForwardCompilerType(); in GetCompilerType()
255 Type *variable_type = variable->GetType(); GetCompilerType() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp696 Type *variable_type = var_sp->GetType(); in PrivateAutoComplete() local
697 if (variable_type) { in PrivateAutoComplete()
699 variable_type->GetForwardCompilerType()); in PrivateAutoComplete()