Searched refs:ColName (Results 1 – 1 of 1) sorted by relevance
458 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitMapFuncBody() local459 OS << " if (in" << ColName; in emitMapFuncBody()461 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString(); in emitMapFuncBody()493 std::string ColName = CF->getAsUnquotedString(); in emitTablesWithFunc() local494 OS << ", enum " << ColName << " in" << ColName << ") {\n"; in emitTablesWithFunc()535 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitEnums() local536 ColFieldValueMap[ColName].push_back((ValueCols[k])->getElement(j)); in emitEnums()