Searched defs:SubstObjCTypeArgsVisitor (Results 1 – 1 of 1) sorted by relevance
1342 struct SubstObjCTypeArgsVisitor struct1344 using BaseType = SimpleTransformVisitor<SubstObjCTypeArgsVisitor>;1346 ArrayRef<QualType> TypeArgs;1347 ObjCSubstitutionContext SubstContext;1349 SubstObjCTypeArgsVisitor(ASTContext &ctx, ArrayRef<QualType> typeArgs, in SubstObjCTypeArgsVisitor() argument1353 QualType VisitObjCTypeParamType(const ObjCTypeParamType *OTPTy) { in VisitObjCTypeParamType()1403 QualType VisitFunctionType(const FunctionType *funcType) { in VisitFunctionType()1473 QualType VisitObjCObjectType(const ObjCObjectType *objcObjectType) { in VisitObjCObjectType()1515 QualType VisitAttributedType(const AttributedType *attrType) { in VisitAttributedType()