Searched defs:SimpleTransformVisitor (Results 1 – 1 of 1) sorted by relevance
838 struct SimpleTransformVisitor : public TypeVisitor<Derived, QualType> { struct839 ASTContext &Ctx;841 QualType recurse(QualType type) { in recurse()856 explicit SimpleTransformVisitor(ASTContext &ctx) : Ctx(ctx) {} in SimpleTransformVisitor() function879 TRIVIAL_TYPE_CLASS(Builtin) in TRIVIAL_TYPE_CLASS()892 QualType VisitPointerType(const PointerType *T) { in VisitPointerType()903 QualType VisitBlockPointerType(const BlockPointerType *T) { in VisitBlockPointerType()914 QualType VisitLValueReferenceType(const LValueReferenceType *T) { in VisitLValueReferenceType()926 QualType VisitRValueReferenceType(const RValueReferenceType *T) { in VisitRValueReferenceType()938 QualType VisitMemberPointerType(const MemberPointerType *T) { in VisitMemberPointerType()[all …]