Home
last modified time | relevance | path

Searched refs:getUnconstrainedType (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1734 QualType getUnconstrainedType(QualType T) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp114 VisitType(Context.getUnconstrainedType(NTTP->getType())); in VisitDecl()
H A DASTContext.cpp711 ID.AddPointer(C.getUnconstrainedType(C.getCanonicalType(NTTP->getType())) in Profile()
762 QualType T = getUnconstrainedType(getCanonicalType(NTTP->getType())); in getCanonicalTemplateTemplateParmDecl()
5808 QualType ASTContext::getUnconstrainedType(QualType T) const { in getUnconstrainedType() function in ASTContext
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp8300 QualType OldType = S.Context.getUnconstrainedType(OldNTTP->getType()); in MatchTemplateParameterKind()
8301 QualType NewType = S.Context.getUnconstrainedType(NewNTTP->getType()); in MatchTemplateParameterKind()