Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2264 struct GetContainedInventedTypeParmVisitor : struct
2270 TemplateTypeParmDecl *Visit(QualType T) { in Visit()
2276 TemplateTypeParmDecl *VisitTemplateTypeParmType( in VisitTemplateTypeParmType()
2290 TemplateTypeParmDecl *VisitPointerType(const PointerType *T) { in VisitPointerType()
2298 TemplateTypeParmDecl *VisitReferenceType(const ReferenceType *T) { in VisitReferenceType()
2306 TemplateTypeParmDecl *VisitArrayType(const ArrayType *T) { in VisitArrayType()
2310 TemplateTypeParmDecl *VisitDependentSizedExtVectorType( in VisitDependentSizedExtVectorType()
2315 TemplateTypeParmDecl *VisitVectorType(const VectorType *T) { in VisitVectorType()
2323 TemplateTypeParmDecl *VisitFunctionType(const FunctionType *T) { in VisitFunctionType()
2327 TemplateTypeParmDecl *VisitParenType(const ParenType *T) { in VisitParenType()
[all …]