Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp2303 DeclarationName DeductionGuideName = member
2436 DeductionGuideName, EPI); in buildSimpleDeductionGuide()
2440 DeductionGuideName); in buildSimpleDeductionGuide()
2572 ReturnType, ParamTypes, TL.getBeginLoc(), DeductionGuideName, EPI); in transformFunctionProtoType()
2650 DeclarationNameInfo Name(DeductionGuideName, Loc);
2667 SemaRef.Context, DC, Loc, DeductionGuideName, TemplateParams, Guide);
2742 auto Existing = DC->lookup(Transform.DeductionGuideName); in DeclareImplicitDeductionGuides()