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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp457 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); local
458 OS << " if (in" << ColName; local
492 std::string ColName = CF->getAsUnquotedString(); local
493 OS << ", enum " << ColName << " in" << ColName << ") {\n"; local
534 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); local

Completed in 108 milliseconds