Searched refs:DeductionGuideName (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplate.cpp | 2121 DeclarationName DeductionGuideName = member 2212 DeductionGuideName, EPI); in buildSimpleDeductionGuide() 2333 ReturnType, ParamTypes, TL.getBeginLoc(), DeductionGuideName, EPI); in transformFunctionProtoType() 2411 DeclarationNameInfo Name(DeductionGuideName, Loc); 2428 SemaRef.Context, DC, Loc, DeductionGuideName, TemplateParams, Guide); 2462 auto Existing = DC->lookup(Transform.DeductionGuideName); in DeclareImplicitDeductionGuides()
|