Searched refs:DeductionGuideName (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 2147 DeclarationName DeductionGuideName = member 2252 DeductionGuideName, EPI); in buildSimpleDeductionGuide() 2359 ReturnType, ParamTypes, TL.getBeginLoc(), DeductionGuideName, EPI); in transformFunctionProtoType() 2437 DeclarationNameInfo Name(DeductionGuideName, Loc); 2454 SemaRef.Context, DC, Loc, DeductionGuideName, TemplateParams, Guide); 2488 auto Existing = DC->lookup(Transform.DeductionGuideName); in DeclareImplicitDeductionGuides()
|