Searched defs:ColName (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp449 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); local
450 OS << "in" << ColName; local
485 std::string ColName = CF->getAsUnquotedString(); local
486 OS << ", enum " << ColName << " in" << ColName; local
528 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); local

Completed in 104 milliseconds