Searched refs:TypeArgument (Results 1 – 8 of 8) sorted by relevance
43 …vassistUtils.typeArgumentToType(javassist.bytecode.SignatureAttribute.TypeArgument, com.github.jav…66 …Line 163) typeArgument.isWildcard() ==> javassist.bytecode.SignatureAttribute.TypeArgument.isWildc…67 Line 164) typeArgument.getType() ==> javassist.bytecode.SignatureAttribute.TypeArgument.getType()68 Line 166) typeArgument.getKind() ==> javassist.bytecode.SignatureAttribute.TypeArgument.getKind()71 Line 167) typeArgument.getType() ==> javassist.bytecode.SignatureAttribute.TypeArgument.getType()72 Line 168) typeArgument.getKind() ==> javassist.bytecode.SignatureAttribute.TypeArgument.getKind()75 Line 169) typeArgument.getType() ==> javassist.bytecode.SignatureAttribute.TypeArgument.getType()77 Line 174) typeArgument.getType() ==> javassist.bytecode.SignatureAttribute.TypeArgument.getType()
194 …private static ResolvedType typeArgumentToType(SignatureAttribute.TypeArgument typeArgument, TypeS… in typeArgumentToType()
1139 class TypeArgument : public SimpleArgument { class1141 TypeArgument(const Record &Arg, StringRef Attr) in TypeArgument() function in __anonec8f106a0211::TypeArgument1198 Ptr = llvm::make_unique<TypeArgument>(Arg, Attr); in createArgument()
149 class TypeArgument<string name, bit opt = 0> : Argument<name, opt>;886 let Args = [TypeArgument<"Interface", 1>];1592 let Args = [TypeArgument<"TypeHint">];2062 TypeArgument<"MatchingCType">,
1299 (type = TypeArgument() { ret.add(type); } ( "," type = TypeArgument() { ret.add(type); } )*)?1305 Type TypeArgument():
1801 type = TypeArgument(); in TypeArguments()1815 type = TypeArgument(); in TypeArguments()1829 final public Type TypeArgument() {Type ret; in TypeArgument() method in ASTParser
1879 type = TypeArgument(); in TypeArguments()1893 type = TypeArgument(); in TypeArguments()1907 final public Type TypeArgument() throws ParseException {Type ret; in TypeArgument() method in GeneratedJavaParser
1748 type = TypeArgument(); in TypeArguments()1761 type = TypeArgument(); in TypeArguments()1780 final public Type TypeArgument() { in TypeArgument() method in ASTParser