Searched refs:variable_type (Results 1 – 2 of 2) sorted by relevance
262 Type *variable_type = variable->GetType(); in GetCompilerType() local263 if (variable_type) in GetCompilerType()264 m_compiler_type = variable_type->GetForwardCompilerType(); in GetCompilerType()
736 Type *variable_type = variable->GetType(); in PrivateAutoComplete() local737 if (variable_type) { in PrivateAutoComplete()739 variable_type->GetForwardCompilerType()); in PrivateAutoComplete()