Searched defs:GetContainedInventedTypeParmVisitor (Results 1 – 1 of 1) sorted by relevance
2950 struct GetContainedInventedTypeParmVisitor : struct2956 TemplateTypeParmDecl *Visit(QualType T) { in Visit()2962 TemplateTypeParmDecl *VisitTemplateTypeParmType( in VisitTemplateTypeParmType()2972 TemplateTypeParmDecl *VisitElaboratedType(const ElaboratedType *T) { in VisitElaboratedType()2976 TemplateTypeParmDecl *VisitPointerType(const PointerType *T) { in VisitPointerType()2980 TemplateTypeParmDecl *VisitBlockPointerType(const BlockPointerType *T) { in VisitBlockPointerType()2984 TemplateTypeParmDecl *VisitReferenceType(const ReferenceType *T) { in VisitReferenceType()2988 TemplateTypeParmDecl *VisitMemberPointerType(const MemberPointerType *T) { in VisitMemberPointerType()2992 TemplateTypeParmDecl *VisitArrayType(const ArrayType *T) { in VisitArrayType()2996 TemplateTypeParmDecl *VisitDependentSizedExtVectorType( in VisitDependentSizedExtVectorType()[all …]