Searched refs:ArgumentLengthKind (Results 1 – 1 of 1) sorted by relevance
710 enum class ArgumentLengthKind { enum721 static ArgumentLengthKind724 return ArgumentLengthKind::Optional; in getArgumentLengthKind()726 return ArgumentLengthKind::Variadic; in getArgumentLengthKind()727 return ArgumentLengthKind::Single; in getArgumentLengthKind()732 static StringRef getTypeListName(Element *arg, ArgumentLengthKind &lengthKind) { in getTypeListName()741 lengthKind = ArgumentLengthKind::Variadic; in getTypeListName()848 ArgumentLengthKind lengthKind; in genElementParserStorage()850 if (lengthKind != ArgumentLengthKind::Single) in genElementParserStorage()858 ArgumentLengthKind lengthKind; in genElementParserStorage()[all …]