Home
last modified time | relevance | path

Searched refs:shortType (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp902 StringRef shortType; member in __anon981586b50211::EnumArgument
913 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::VariadicEnumArgument
1059 << 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 …]