Searched defs:SimpleTransformVisitor (Results 1 – 1 of 1) sorted by relevance
974 struct SimpleTransformVisitor : public TypeVisitor<Derived, QualType> { struct975 ASTContext &Ctx;977 QualType recurse(QualType type) { in recurse()992 explicit SimpleTransformVisitor(ASTContext &ctx) : Ctx(ctx) {} in SimpleTransformVisitor() function1015 TRIVIAL_TYPE_CLASS(Builtin) in TRIVIAL_TYPE_CLASS()1028 QualType VisitPointerType(const PointerType *T) { in VisitPointerType()1039 QualType VisitBlockPointerType(const BlockPointerType *T) { in VisitBlockPointerType()1050 QualType VisitLValueReferenceType(const LValueReferenceType *T) { in VisitLValueReferenceType()1062 QualType VisitRValueReferenceType(const RValueReferenceType *T) { in VisitRValueReferenceType()1074 QualType VisitMemberPointerType(const MemberPointerType *T) { in VisitMemberPointerType()[all …]