Searched refs:shortType (Results 1 – 1 of 1) sorted by relevance
902 StringRef shortType; member in __anon981586b50211::EnumArgument913 shortType = isExternal ? Type.rsplit("::").second : Type; in EnumArgument()916 if (shortType.empty()) in EnumArgument()917 shortType = Type; in EnumArgument()955 OS << " enum " << shortType << " {\n"; in writeDeclarations()1049 StringRef shortType; member in __anon981586b50211::VariadicEnumArgument1059 << shortType << "ToStr(Val)" in writeValueImpl()1072 shortType = isExternal ? Type.rsplit("::").second : Type; in VariadicEnumArgument()1075 if (shortType.empty()) in VariadicEnumArgument()1076 shortType = Type; in VariadicEnumArgument()[all …]