Searched refs:variable_type (Results 1 – 3 of 3) sorted by relevance
132 variable_type = variable.GetType()133 total_size = total_size + variable_type.GetByteSize()
691 Type *variable_type = var_sp->GetType(); in PrivateAutoComplete() local692 if (variable_type) { in PrivateAutoComplete()694 variable_type->GetForwardCompilerType()); in PrivateAutoComplete()
241 Type *variable_type = variable->GetType(); in GetCompilerType() local242 if (variable_type) in GetCompilerType()243 m_compiler_type = variable_type->GetForwardCompilerType(); in GetCompilerType()