Searched defs:SimpleTransformVisitor (Results 1 – 1 of 1) sorted by relevance
848 struct SimpleTransformVisitor : public TypeVisitor<Derived, QualType> { struct849 ASTContext &Ctx;851 QualType recurse(QualType type) { in recurse()866 explicit SimpleTransformVisitor(ASTContext &ctx) : Ctx(ctx) {} in SimpleTransformVisitor() function889 TRIVIAL_TYPE_CLASS(Builtin) in TRIVIAL_TYPE_CLASS()902 QualType VisitPointerType(const PointerType *T) { in VisitPointerType()913 QualType VisitBlockPointerType(const BlockPointerType *T) { in VisitBlockPointerType()924 QualType VisitLValueReferenceType(const LValueReferenceType *T) { in VisitLValueReferenceType()936 QualType VisitRValueReferenceType(const RValueReferenceType *T) { in VisitRValueReferenceType()948 QualType VisitMemberPointerType(const MemberPointerType *T) { in VisitMemberPointerType()[all …]