Searched refs:variable_type (Results 1 – 3 of 3) sorted by relevance
134 variable_type = variable.GetType()135 total_size = total_size + variable_type.GetByteSize()
240 Type *variable_type = variable->GetType(); in GetCompilerType() local241 if (variable_type) in GetCompilerType()242 m_compiler_type = variable_type->GetForwardCompilerType(); in GetCompilerType()
690 Type *variable_type = var_sp->GetType(); in PrivateAutoComplete() local691 if (variable_type) { in PrivateAutoComplete()693 variable_type->GetForwardCompilerType()); in PrivateAutoComplete()