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