Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DType.cpp1247 struct SubstObjCTypeArgsVisitor struct
1249 using BaseType = SimpleTransformVisitor<SubstObjCTypeArgsVisitor>;
1251 ArrayRef<QualType> TypeArgs;
1252 ObjCSubstitutionContext SubstContext;
1254 SubstObjCTypeArgsVisitor(ASTContext &ctx, ArrayRef<QualType> typeArgs, in SubstObjCTypeArgsVisitor() argument
1258 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()