Searched refs:shortType (Results 1 – 1 of 1) sorted by relevance
903 StringRef shortType; member in __anone44e3aff0211::EnumArgument916 shortType = isExternal ? Type.rsplit("::").second : Type; in EnumArgument()919 if (shortType.empty()) in EnumArgument()920 shortType = Type; in EnumArgument()958 OS << " enum " << shortType << " {\n"; in writeDeclarations()987 OS << "\\\"\" << " << getAttrName() << "Attr::Convert" << shortType in writeValue()1007 OS << " static bool ConvertStrTo" << shortType << "(StringRef Val, " in writeConversion()1009 OS << " static const char *Convert" << shortType << "ToStr(" in writeConversion()1014 OS << "bool " << getAttrName() << "Attr::ConvertStrTo" << shortType in writeConversion()1032 OS << "const char *" << getAttrName() << "Attr::Convert" << shortType in writeConversion()[all …]