Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp660 struct SimpleTransformVisitor struct
662 ASTContext &Ctx;
665 QualType recurse(QualType type) { in recurse()
670 SimpleTransformVisitor(ASTContext &ctx, F &&f) : Ctx(ctx), TheFunc(std::move(f)) { } in SimpleTransformVisitor() function
682 TRIVIAL_TYPE_CLASS(Builtin) in TRIVIAL_TYPE_CLASS()
695 QualType VisitPointerType(const PointerType *T) { in VisitPointerType()
706 QualType VisitBlockPointerType(const BlockPointerType *T) { in VisitBlockPointerType()
717 QualType VisitLValueReferenceType(const LValueReferenceType *T) { in VisitLValueReferenceType()
729 QualType VisitRValueReferenceType(const RValueReferenceType *T) { in VisitRValueReferenceType()
741 QualType VisitMemberPointerType(const MemberPointerType *T) { in VisitMemberPointerType()
[all …]