Home
last modified time | relevance | path

Searched refs:ColName (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp447 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitMapFuncBody() local
448 OS << " if (in" << ColName; in emitMapFuncBody()
450 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString(); in emitMapFuncBody()
482 std::string ColName = CF->getAsUnquotedString(); in emitTablesWithFunc() local
483 OS << ", enum " << ColName << " in" << ColName << ") {\n"; in emitTablesWithFunc()
524 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitEnums() local
525 ColFieldValueMap[ColName].push_back((ValueCols[k])->getElement(j)); in emitEnums()