Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2225 struct GetContainedInventedTypeParmVisitor : struct
2231 TemplateTypeParmDecl *Visit(QualType T) { in Visit()
2237 TemplateTypeParmDecl *VisitTemplateTypeParmType( in VisitTemplateTypeParmType()
2251 TemplateTypeParmDecl *VisitPointerType(const PointerType *T) { in VisitPointerType()
2259 TemplateTypeParmDecl *VisitReferenceType(const ReferenceType *T) { in VisitReferenceType()
2267 TemplateTypeParmDecl *VisitArrayType(const ArrayType *T) { in VisitArrayType()
2271 TemplateTypeParmDecl *VisitDependentSizedExtVectorType( in VisitDependentSizedExtVectorType()
2276 TemplateTypeParmDecl *VisitVectorType(const VectorType *T) { in VisitVectorType()
2284 TemplateTypeParmDecl *VisitFunctionType(const FunctionType *T) { in VisitFunctionType()
2288 TemplateTypeParmDecl *VisitParenType(const ParenType *T) { in VisitParenType()
[all …]