Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp838 struct SimpleTransformVisitor : public TypeVisitor<Derived, QualType> { struct
839 ASTContext &Ctx;
841 QualType recurse(QualType type) { in recurse()
856 explicit SimpleTransformVisitor(ASTContext &ctx) : Ctx(ctx) {} in SimpleTransformVisitor() function
879 TRIVIAL_TYPE_CLASS(Builtin) in TRIVIAL_TYPE_CLASS()
892 QualType VisitPointerType(const PointerType *T) { in VisitPointerType()
903 QualType VisitBlockPointerType(const BlockPointerType *T) { in VisitBlockPointerType()
914 QualType VisitLValueReferenceType(const LValueReferenceType *T) { in VisitLValueReferenceType()
926 QualType VisitRValueReferenceType(const RValueReferenceType *T) { in VisitRValueReferenceType()
938 QualType VisitMemberPointerType(const MemberPointerType *T) { in VisitMemberPointerType()
[all …]