Searched refs:ColName (Results 1 – 1 of 1) sorted by relevance
447 std::string ColName = ColFields->getElement(J)->getAsUnquotedString(); in emitMapFuncBody() local448 OS << "in" << ColName; in emitMapFuncBody()450 OS << ColName << "_" << ColumnI->getElement(J)->getAsUnquotedString(); in emitMapFuncBody()479 std::string ColName = CF->getAsUnquotedString(); in emitTablesWithFunc() local480 OS << ", enum " << ColName << " in" << ColName; in emitTablesWithFunc()521 std::string ColName = ColFields->getElement(J)->getAsUnquotedString(); in emitEnums() local522 auto &MapEntry = ColFieldValueMap[ColName]; in emitEnums()