Searched defs:GetContainedInventedTypeParmVisitor (Results 1 – 1 of 1) sorted by relevance
2223 struct GetContainedInventedTypeParmVisitor : struct2229 TemplateTypeParmDecl *Visit(QualType T) { in Visit()2235 TemplateTypeParmDecl *VisitTemplateTypeParmType( in VisitTemplateTypeParmType()2245 TemplateTypeParmDecl *VisitElaboratedType(const ElaboratedType *T) { in VisitElaboratedType()2249 TemplateTypeParmDecl *VisitPointerType(const PointerType *T) { in VisitPointerType()2253 TemplateTypeParmDecl *VisitBlockPointerType(const BlockPointerType *T) { in VisitBlockPointerType()2257 TemplateTypeParmDecl *VisitReferenceType(const ReferenceType *T) { in VisitReferenceType()2261 TemplateTypeParmDecl *VisitMemberPointerType(const MemberPointerType *T) { in VisitMemberPointerType()2265 TemplateTypeParmDecl *VisitArrayType(const ArrayType *T) { in VisitArrayType()2269 TemplateTypeParmDecl *VisitDependentSizedExtVectorType( in VisitDependentSizedExtVectorType()[all …]