Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp8981 auto *TParam = TemplateTypeParmDecl::Create(Context, CurContext, in ActOnCompoundRequirement() local
8989 if (BuildTypeConstraint(SS, TypeConstraint, TParam, in ActOnCompoundRequirement()
8997 ArrayRef<NamedDecl *>(TParam), in ActOnCompoundRequirement()
H A DSemaDeclAttr.cpp8271 const NamedDecl *TParam = TL->getParam(I); in handleSYCLKernelAttr() local
8272 if (isa<NonTypeTemplateParmDecl>(TParam)) { in handleSYCLKernelAttr()
H A DSemaOverload.cpp11059 TemplateTypeParmDecl *TParam = cast<TemplateTypeParmDecl>(ParamD); in DiagnoseBadDeduction() local
11067 QualType NonCanonParam = Qs.apply(S.Context, TParam->getTypeForDecl()); in DiagnoseBadDeduction()