Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp1258 struct SubstObjCTypeArgsVisitor struct
1260 using BaseType = SimpleTransformVisitor<SubstObjCTypeArgsVisitor>;
1262 ArrayRef<QualType> TypeArgs;
1263 ObjCSubstitutionContext SubstContext;
1265 SubstObjCTypeArgsVisitor(ASTContext &ctx, ArrayRef<QualType> typeArgs, in SubstObjCTypeArgsVisitor() argument
1269 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()