Home
last modified time | relevance | path

Searched refs:TParam (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp177 const NamedDecl *TParam = TL->getParam(I); in handleKernelAttr() local
178 if (isa<NonTypeTemplateParmDecl>(TParam)) { in handleKernelAttr()
H A DSemaExprCXX.cpp9265 auto *TParam = TemplateTypeParmDecl::Create(Context, CurContext, in ActOnCompoundRequirement() local
9273 if (BuildTypeConstraint(SS, TypeConstraint, TParam, in ActOnCompoundRequirement()
9281 ArrayRef<NamedDecl *>(TParam), in ActOnCompoundRequirement()
H A DSemaOverload.cpp11507 TemplateTypeParmDecl *TParam = cast<TemplateTypeParmDecl>(ParamD); in DiagnoseBadDeduction() local
11515 QualType NonCanonParam = Qs.apply(S.Context, TParam->getTypeForDecl()); in DiagnoseBadDeduction()