Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp903 StringRef shortType; member in __anone44e3aff0211::EnumArgument
916 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 …]