Searched defs:typeArg (Results 1 – 9 of 9) sorted by relevance
39 type typeArg struct { struct40 Names []string41 Kind int // int/ident/string42 MaxArgs int // maxiumum number of subargs43 AllowColon bool // allow colon (2:3)?45 Check func(comp *compiler, t *ast.Type)46 CheckConsts func(comp *compiler, t *ast.Type)
214 public final <X> TypeToken<T> where(TypeParameter<X> typeParam, TypeToken<X> typeArg) { in where()238 public final <X> TypeToken<T> where(TypeParameter<X> typeParam, Class<X> typeArg) { in where()
315 ParsedType typeArg, Syntax syntaxUsed) in AttributeList()692 ParsedType typeArg, AttributeList::Syntax syntaxUsed) { in createTypeAttribute()831 ParsedType typeArg, AttributeList::Syntax syntaxUsed) { in addNewTypeAttr()
560 for (auto typeArg : typeArgs) { in ObjCObjectType() local988 for (auto typeArg : T->getTypeArgsAsWritten()) { in TRIVIAL_TYPE_CLASS() local1200 for (auto typeArg : objcObjectType->getTypeArgsAsWritten()) { in substObjCTypeArgs() local3201 for (auto typeArg : typeArgs) in Profile() local
1385 for (auto typeArg : T->getTypeArgsAsWritten()) { in printObjCObjectBefore() local
2909 for (auto typeArg : T->getTypeArgs()) in mangleType() local
3764 for (auto typeArg : effectiveTypeArgs) in getObjCObjectType() local
1708 ParsedType typeArg in parseObjCTypeArgsOrProtocolQualifiers() local1746 TypeResult typeArg = ParseTypeName(); in parseObjCTypeArgsOrProtocolQualifiers() local
844 QualType typeArg = typeArgInfo->getType(); in applyObjCTypeArgs() local