Home
last modified time | relevance | path

Searched defs:SubstObjCTypeArgsVisitor (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1342 struct SubstObjCTypeArgsVisitor struct
1344 using BaseType = SimpleTransformVisitor<SubstObjCTypeArgsVisitor>;
1346 ArrayRef<QualType> TypeArgs;
1347 ObjCSubstitutionContext SubstContext;
1349 SubstObjCTypeArgsVisitor(ASTContext &ctx, ArrayRef<QualType> typeArgs, in SubstObjCTypeArgsVisitor() argument
1353 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()