Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp845 ASTContext &Ctx;
847 QualType recurse(QualType type) { in recurse()
862 explicit SimpleTransformVisitor(ASTContext &ctx) : Ctx(ctx) {} in SimpleTransformVisitor() function
885 TRIVIAL_TYPE_CLASS(Builtin) in TRIVIAL_TYPE_CLASS()
994 QualType VisitVectorType(const VectorType *T) { in VisitVectorType()
1087 QualType VisitParenType(const ParenType *T) { in VisitParenType()
1099 SUGARED_TYPE_CLASS(ObjCTypeParam) in SUGARED_TYPE_CLASS()
1132 SUGARED_TYPE_CLASS(TypeOf) in SUGARED_TYPE_CLASS()
1174 SUGARED_TYPE_CLASS(TemplateSpecialization) in SUGARED_TYPE_CLASS()
1223 TRIVIAL_TYPE_CLASS(ObjCInterface) in TRIVIAL_TYPE_CLASS()
[all …]