Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp924 struct SimpleTransformVisitor : public TypeVisitor<Derived, QualType> { struct
925 ASTContext &Ctx;
927 QualType recurse(QualType type) { in recurse()
942 explicit SimpleTransformVisitor(ASTContext &ctx) : Ctx(ctx) {} in SimpleTransformVisitor() argument
965 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 …]