Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp733 struct SimpleTransformVisitor struct
735 ASTContext &Ctx;
738 QualType recurse(QualType type) { in recurse()
743 SimpleTransformVisitor(ASTContext &ctx, F &&f) in SimpleTransformVisitor() argument
756 TRIVIAL_TYPE_CLASS(Builtin) in TRIVIAL_TYPE_CLASS()
947 QualType VisitParenType(const ParenType *T) { in VisitParenType()
959 TRIVIAL_TYPE_CLASS(ObjCTypeParam) in TRIVIAL_TYPE_CLASS()
991 TRIVIAL_TYPE_CLASS(TypeOf) in TRIVIAL_TYPE_CLASS()
1033 TRIVIAL_TYPE_CLASS(TemplateSpecialization) in TRIVIAL_TYPE_CLASS()
1052 TRIVIAL_TYPE_CLASS(PackExpansion) in TRIVIAL_TYPE_CLASS()
[all …]