Searched refs:shortType (Results 1 – 1 of 1) sorted by relevance
918 StringRef shortType; member in __anone44e3aff0211::EnumArgument931 shortType = isExternal ? Type.rsplit("::").second : Type; in EnumArgument()934 if (shortType.empty()) in EnumArgument()935 shortType = Type; in EnumArgument()973 OS << " enum " << shortType << " {\n"; in writeDeclarations()1002 OS << "\\\"\" << " << getAttrName() << "Attr::Convert" << shortType in writeValue()1022 OS << " static bool ConvertStrTo" << shortType << "(StringRef Val, " in writeConversion()1024 OS << " static const char *Convert" << shortType << "ToStr(" in writeConversion()1029 OS << "bool " << getAttrName() << "Attr::ConvertStrTo" << shortType in writeConversion()1047 OS << "const char *" << getAttrName() << "Attr::Convert" << shortType in writeConversion()[all …]