Searched refs:array_element_type (Results 1 – 2 of 2) sorted by relevance
20 const Type array_element_type = ConvertTypeMaskToType(m_type_mask); in DumpValue() local24 GetBuiltinTypeAsCString(array_element_type)); in DumpValue()41 switch (array_element_type) { in DumpValue()
1319 CompilerType array_element_type = element_type->GetForwardCompilerType(); in ParseArrayType() local1320 RequireCompleteType(array_element_type); in ParseArrayType()1330 clang_type = m_ast.CreateArrayType(array_element_type, num_elements, in ParseArrayType()1332 array_element_type = clang_type; in ParseArrayType()1339 m_ast.CreateArrayType(array_element_type, 0, attrs.is_vector); in ParseArrayType()