Searched defs:SubstObjCTypeArgsVisitor (Results 1 – 1 of 1) sorted by relevance
1258 struct SubstObjCTypeArgsVisitor struct1260 using BaseType = SimpleTransformVisitor<SubstObjCTypeArgsVisitor>;1262 ArrayRef<QualType> TypeArgs;1263 ObjCSubstitutionContext SubstContext;1265 SubstObjCTypeArgsVisitor(ASTContext &ctx, ArrayRef<QualType> typeArgs, in SubstObjCTypeArgsVisitor() argument1269 QualType VisitObjCTypeParamType(const ObjCTypeParamType *OTPTy) { in VisitObjCTypeParamType()1319 QualType VisitFunctionType(const FunctionType *funcType) { in VisitFunctionType()1389 QualType VisitObjCObjectType(const ObjCObjectType *objcObjectType) { in VisitObjCObjectType()1431 QualType VisitAttributedType(const AttributedType *attrType) { in VisitAttributedType()