Searched defs:GetContainedInventedTypeParmVisitor (Results 1 – 1 of 1) sorted by relevance
2574 struct GetContainedInventedTypeParmVisitor : struct2580 TemplateTypeParmDecl *Visit(QualType T) { in Visit()2586 TemplateTypeParmDecl *VisitTemplateTypeParmType( in VisitTemplateTypeParmType()2596 TemplateTypeParmDecl *VisitElaboratedType(const ElaboratedType *T) { in VisitElaboratedType()2600 TemplateTypeParmDecl *VisitPointerType(const PointerType *T) { in VisitPointerType()2604 TemplateTypeParmDecl *VisitBlockPointerType(const BlockPointerType *T) { in VisitBlockPointerType()2608 TemplateTypeParmDecl *VisitReferenceType(const ReferenceType *T) { in VisitReferenceType()2612 TemplateTypeParmDecl *VisitMemberPointerType(const MemberPointerType *T) { in VisitMemberPointerType()2616 TemplateTypeParmDecl *VisitArrayType(const ArrayType *T) { in VisitArrayType()2620 TemplateTypeParmDecl *VisitDependentSizedExtVectorType( in VisitDependentSizedExtVectorType()[all …]