Searched defs:SubstObjCTypeArgsVisitor (Results 1 – 1 of 1) sorted by relevance
1247 struct SubstObjCTypeArgsVisitor struct1249 using BaseType = SimpleTransformVisitor<SubstObjCTypeArgsVisitor>;1251 ArrayRef<QualType> TypeArgs;1252 ObjCSubstitutionContext SubstContext;1254 SubstObjCTypeArgsVisitor(ASTContext &ctx, ArrayRef<QualType> typeArgs, in SubstObjCTypeArgsVisitor() argument1258 QualType VisitObjCTypeParamType(const ObjCTypeParamType *OTPTy) { in VisitObjCTypeParamType()1308 QualType VisitFunctionType(const FunctionType *funcType) { in VisitFunctionType()1378 QualType VisitObjCObjectType(const ObjCObjectType *objcObjectType) { in VisitObjCObjectType()1420 QualType VisitAttributedType(const AttributedType *attrType) { in VisitAttributedType()