Searched refs:ColName (Results 1 – 1 of 1) sorted by relevance
448 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitMapFuncBody() local449 OS << "in" << ColName; in emitMapFuncBody()451 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString(); in emitMapFuncBody()484 std::string ColName = CF->getAsUnquotedString(); in emitTablesWithFunc() local485 OS << ", enum " << ColName << " in" << ColName; in emitTablesWithFunc()527 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitEnums() local528 ColFieldValueMap[ColName].push_back((ValueCols[k])->getElement(j)); in emitEnums()