Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2765 struct GetContainedInventedTypeParmVisitor : struct
2771 TemplateTypeParmDecl *Visit(QualType T) { in Visit()
2777 TemplateTypeParmDecl *VisitTemplateTypeParmType( in VisitTemplateTypeParmType()
2791 TemplateTypeParmDecl *VisitPointerType(const PointerType *T) { in VisitPointerType()
2799 TemplateTypeParmDecl *VisitReferenceType(const ReferenceType *T) { in VisitReferenceType()
2807 TemplateTypeParmDecl *VisitArrayType(const ArrayType *T) { in VisitArrayType()
2811 TemplateTypeParmDecl *VisitDependentSizedExtVectorType( in VisitDependentSizedExtVectorType()
2816 TemplateTypeParmDecl *VisitVectorType(const VectorType *T) { in VisitVectorType()
2824 TemplateTypeParmDecl *VisitFunctionType(const FunctionType *T) { in VisitFunctionType()
2828 TemplateTypeParmDecl *VisitParenType(const ParenType *T) { in VisitParenType()
[all …]