Searched refs:variable_type (Results 1 – 2 of 2) sorted by relevance
709 Type *variable_type = var_sp->GetType(); in PrivateAutoComplete() local710 if (variable_type) { in PrivateAutoComplete()712 variable_type->GetForwardCompilerType()); in PrivateAutoComplete()
243 Type *variable_type = variable->GetType(); in GetCompilerType() local244 if (variable_type) in GetCompilerType()245 m_compiler_type = variable_type->GetForwardCompilerType(); in GetCompilerType()