Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp263 for (const auto &TParam : *TParams) { in run()
264 CD.TemplateParms.push_back(TParam->getName().str()); in run()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp9044 auto *TParam = TemplateTypeParmDecl::Create(Context, CurContext, in ActOnCompoundRequirement() local
9052 if (BuildTypeConstraint(SS, TypeConstraint, TParam, in ActOnCompoundRequirement()
9060 ArrayRef<NamedDecl *>(TParam), in ActOnCompoundRequirement()
H A DSemaDeclAttr.cpp8653 const NamedDecl *TParam = TL->getParam(I); in handleSYCLKernelAttr() local
8654 if (isa<NonTypeTemplateParmDecl>(TParam)) { in handleSYCLKernelAttr()
H A DSemaOverload.cpp11470 TemplateTypeParmDecl *TParam = cast<TemplateTypeParmDecl>(ParamD); in DiagnoseBadDeduction() local
11478 QualType NonCanonParam = Qs.apply(S.Context, TParam->getTypeForDecl()); in DiagnoseBadDeduction()