Searched refs:ColumnI (Results 1 – 1 of 1) sorted by relevance
446 ListInit *ColumnI = ValueCols[i]; in emitMapFuncBody() local447 for (unsigned j = 0, ColSize = ColumnI->getSize(); j < ColSize; j++) { in emitMapFuncBody()451 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString(); in emitMapFuncBody()452 if (j < ColumnI->getSize() - 1) OS << " && "; in emitMapFuncBody()