Searched refs:getUnconstrainedType (Results 1 – 4 of 4) sorted by relevance
1801 QualType getUnconstrainedType(QualType T) const;
114 VisitType(Context.getUnconstrainedType(NTTP->getType())); in VisitDecl()
714 ID.AddPointer(C.getUnconstrainedType(C.getCanonicalType(NTTP->getType())) in Profile()765 QualType T = getUnconstrainedType(getCanonicalType(NTTP->getType())); in getCanonicalTemplateTemplateParmDecl()6251 QualType ASTContext::getUnconstrainedType(QualType T) const { in getUnconstrainedType() function in ASTContext
7570 QualType OldType = S.Context.getUnconstrainedType(OldNTTP->getType()); in MatchTemplateParameterKind()7571 QualType NewType = S.Context.getUnconstrainedType(NewNTTP->getType()); in MatchTemplateParameterKind()