Searched refs:ColName (Results 1 – 1 of 1) sorted by relevance
453 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitMapFuncBody() local454 OS << " if (in" << ColName; in emitMapFuncBody()456 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString(); in emitMapFuncBody()488 std::string ColName = CF->getAsUnquotedString(); in emitTablesWithFunc() local489 OS << ", enum " << ColName << " in" << ColName << ") {\n"; in emitTablesWithFunc()530 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitEnums() local531 ColFieldValueMap[ColName].push_back((ValueCols[k])->getElement(j)); in emitEnums()