Searched refs:GivenEltTy (Results 1 – 1 of 1) sorted by relevance
2864 const RecTy *GivenEltTy = nullptr; in ParseSimpleValue() local2867 GivenEltTy = ParseType(); in ParseSimpleValue()2868 if (!GivenEltTy) { in ParseSimpleValue()2896 if (GivenEltTy) { in ParseSimpleValue()2899 if (!EltTy->typeIsConvertibleTo(GivenEltTy)) { in ParseSimpleValue()2904 EltTy = GivenEltTy; in ParseSimpleValue()