Searched refs:DeductionGuideName (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 2241 DeclarationName DeductionGuideName = member 2346 DeductionGuideName, EPI); in buildSimpleDeductionGuide() 2455 ReturnType, ParamTypes, TL.getBeginLoc(), DeductionGuideName, EPI); in transformFunctionProtoType() 2533 DeclarationNameInfo Name(DeductionGuideName, Loc); 2550 SemaRef.Context, DC, Loc, DeductionGuideName, TemplateParams, Guide); 2584 auto Existing = DC->lookup(Transform.DeductionGuideName); in DeclareImplicitDeductionGuides()
|