Lines Matching refs:EltTy
1195 RecTy *EltTy = 0; in ParseSimpleValue() local
1204 if (EltTy != 0) { in ParseSimpleValue()
1205 EltTy = resolveTypes(EltTy, TArg->getType()); in ParseSimpleValue()
1206 if (EltTy == 0) { in ParseSimpleValue()
1211 EltTy = TArg->getType(); in ParseSimpleValue()
1216 if (EltTy != 0) { in ParseSimpleValue()
1218 if (!EltTy->typeIsConvertibleTo(GivenEltTy)) { in ParseSimpleValue()
1223 EltTy = GivenEltTy; in ParseSimpleValue()
1226 if (EltTy == 0) { in ParseSimpleValue()
1235 if (!EltTy->typeIsConvertibleTo(GivenListTy->getElementType())) { in ParseSimpleValue()
1240 DeducedEltTy = EltTy; in ParseSimpleValue()
1415 RecTy *EltTy) { in ParseValueList() argument
1417 RecTy *ItemType = EltTy; in ParseValueList()
1419 if (ArgsRec != 0 && EltTy == 0) { in ParseValueList()
1436 if (ArgsRec != 0 && EltTy == 0) { in ParseValueList()