Home | History | Annotate | Download | only in AST

Lines Matching refs:TypeParams

1114     if (auto TypeParams = OID->getTypeParamListAsWritten()) {
1115 PrintObjCTypeParams(TypeParams);
1124 if (auto TypeParams = OID->getTypeParamListAsWritten()) {
1125 PrintObjCTypeParams(TypeParams);
1193 if (auto TypeParams = PID->getTypeParamList()) {
1194 PrintObjCTypeParams(TypeParams);