Searched refs:array_element_type (Results 1 – 2 of 2) sorted by relevance
19 const Type array_element_type = ConvertTypeMaskToType(m_type_mask); in DumpValue() local23 GetBuiltinTypeAsCString(array_element_type)); in DumpValue()40 switch (array_element_type) { in DumpValue()
1478 CompilerType array_element_type = element_type->GetForwardCompilerType(); in ParseArrayType() local1479 TypeSystemClang::RequireCompleteType(array_element_type); in ParseArrayType()1487 array_element_type, /*element_count=*/*pos, attrs.is_vector); in ParseArrayType()1490 array_element_type = clang_type; in ParseArrayType()1497 array_element_type, /*element_count=*/std::nullopt, attrs.is_vector); in ParseArrayType()