Searched refs:baseTy (Results 1 – 3 of 3) sorted by relevance
94 QualType baseTy = ArraySectionExpr::getBaseOriginalType( in getOpenACCDataOperandInfo() local99 auto *arrayTy = getContext().getAsConstantArrayType(baseTy); in getOpenACCDataOperandInfo()
596 cir::RecordType baseTy; in computeRecordLayout() local599 baseTy = *ty; in computeRecordLayout()605 baseTy = in computeRecordLayout()624 ty ? *ty : cir::RecordType{}, baseTy ? baseTy : cir::RecordType{}, in computeRecordLayout()
1269 QualType baseTy = base->getType(); in getUnwidenedIntegerType() local1270 if (!astContext.isPromotableIntegerType(baseTy) || in getUnwidenedIntegerType()1271 astContext.getTypeSize(baseTy) >= astContext.getTypeSize(e->getType())) in getUnwidenedIntegerType()1274 return baseTy; in getUnwidenedIntegerType()