Searched defs:SimpleTransformVisitor (Results 1 – 1 of 1) sorted by relevance
924 struct SimpleTransformVisitor : public TypeVisitor<Derived, QualType> { struct925 ASTContext &Ctx;927 QualType recurse(QualType type) { in recurse()942 explicit SimpleTransformVisitor(ASTContext &ctx) : Ctx(ctx) {} in SimpleTransformVisitor() argument965 TRIVIAL_TYPE_CLASS(Builtin) in TRIVIAL_TYPE_CLASS()978 QualType VisitPointerType(const PointerType *T) { in VisitPointerType()989 QualType VisitBlockPointerType(const BlockPointerType *T) { in VisitBlockPointerType()1000 QualType VisitLValueReferenceType(const LValueReferenceType *T) { in VisitLValueReferenceType()1012 QualType VisitRValueReferenceType(const RValueReferenceType *T) { in VisitRValueReferenceType()1024 QualType VisitMemberPointerType(const MemberPointerType *T) { in VisitMemberPointerType()[all …]