Searched refs:GivenEltTy (Results 1 – 1 of 1) sorted by relevance
1367 RecTy *GivenEltTy = nullptr; in ParseSimpleValue() local1372 GivenEltTy = ParseType(); in ParseSimpleValue()1373 if (!GivenEltTy) { in ParseSimpleValue()1406 if (GivenEltTy) { in ParseSimpleValue()1409 if (!EltTy->typeIsConvertibleTo(GivenEltTy)) { in ParseSimpleValue()1414 EltTy = GivenEltTy; in ParseSimpleValue()