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

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp443 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); local
444 OS << " if (in" << ColName; local
478 std::string ColName = CF->getAsUnquotedString(); local
479 OS << ", enum " << ColName << " in" << ColName << ") {\n"; local
521 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); local

Completed in 101 milliseconds