Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp709 Type *variable_type = var_sp->GetType(); in PrivateAutoComplete() local
710 if (variable_type) { in PrivateAutoComplete()
712 variable_type->GetForwardCompilerType()); in PrivateAutoComplete()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp243 Type *variable_type = variable->GetType(); in GetCompilerType() local
244 if (variable_type) in GetCompilerType()
245 m_compiler_type = variable_type->GetForwardCompilerType(); in GetCompilerType()