Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp871 ASTContext &Ctx;
873 QualType recurse(QualType type) { in recurse()
888 explicit SimpleTransformVisitor(ASTContext &ctx) : Ctx(ctx) {} in SimpleTransformVisitor() argument
911 TRIVIAL_TYPE_CLASS(Builtin) in TRIVIAL_TYPE_CLASS()
1020 QualType VisitVectorType(const VectorType *T) { in VisitVectorType()
1113 QualType VisitParenType(const ParenType *T) { in VisitParenType()
1125 SUGARED_TYPE_CLASS(ObjCTypeParam) in SUGARED_TYPE_CLASS()
1158 SUGARED_TYPE_CLASS(TypeOf) in SUGARED_TYPE_CLASS()
1201 SUGARED_TYPE_CLASS(TemplateSpecialization) in SUGARED_TYPE_CLASS()
1250 TRIVIAL_TYPE_CLASS(ObjCInterface) in TRIVIAL_TYPE_CLASS()
[all …]