Searched defs:GetContainedInventedTypeParmVisitor (Results 1 – 1 of 1) sorted by relevance
2226 struct GetContainedInventedTypeParmVisitor : struct2232 TemplateTypeParmDecl *Visit(QualType T) { in Visit()2238 TemplateTypeParmDecl *VisitTemplateTypeParmType( in VisitTemplateTypeParmType()2248 TemplateTypeParmDecl *VisitElaboratedType(const ElaboratedType *T) { in VisitElaboratedType()2252 TemplateTypeParmDecl *VisitPointerType(const PointerType *T) { in VisitPointerType()2256 TemplateTypeParmDecl *VisitBlockPointerType(const BlockPointerType *T) { in VisitBlockPointerType()2260 TemplateTypeParmDecl *VisitReferenceType(const ReferenceType *T) { in VisitReferenceType()2264 TemplateTypeParmDecl *VisitMemberPointerType(const MemberPointerType *T) { in VisitMemberPointerType()2268 TemplateTypeParmDecl *VisitArrayType(const ArrayType *T) { in VisitArrayType()2272 TemplateTypeParmDecl *VisitDependentSizedExtVectorType( in VisitDependentSizedExtVectorType()[all …]