Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp839 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()
988 QualType VisitVectorType(const VectorType *T) { in VisitVectorType()
1081 QualType VisitParenType(const ParenType *T) { in VisitParenType()
1093 SUGARED_TYPE_CLASS(ObjCTypeParam) in SUGARED_TYPE_CLASS()
1126 SUGARED_TYPE_CLASS(TypeOf) in SUGARED_TYPE_CLASS()
1168 SUGARED_TYPE_CLASS(TemplateSpecialization) in SUGARED_TYPE_CLASS()
1217 TRIVIAL_TYPE_CLASS(ObjCInterface) in TRIVIAL_TYPE_CLASS()
[all …]