Searched refs:variable_type (Results 1 – 2 of 2) sorted by relevance
257 Type *variable_type = variable->GetType(); in GetCompilerType() local258 if (variable_type) in GetCompilerType()259 m_compiler_type = variable_type->GetForwardCompilerType(); in GetCompilerType()
696 Type *variable_type = var_sp->GetType(); in PrivateAutoComplete() 697 if (variable_type) { in PrivateAutoComplete() 699 variable_type->GetForwardCompilerType()); in PrivateAutoComplete() 690 Type *variable_type = var_sp->GetType(); PrivateAutoComplete() local