Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp848 struct SimpleTransformVisitor : public TypeVisitor<Derived, QualType> { struct
849 ASTContext &Ctx;
851 QualType recurse(QualType type) { in recurse()
866 explicit SimpleTransformVisitor(ASTContext &ctx) : Ctx(ctx) {} in SimpleTransformVisitor() function
889 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 …]