Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp437 FunctionProtoTypeLoc FPTL = CD->getTypeSourceInfo() in transformConstructor() local
440 assert(FPTL && "no prototype for constructor declaration"); in transformConstructor()
448 QualType NewType = transformFunctionProtoType(TLB, FPTL, Params, Args, in transformConstructor()
520 FunctionProtoTypeLoc FPTL = in buildSimpleDeductionGuide() local
537 FPTL.setParam(Params.size(), NewParam); in buildSimpleDeductionGuide()
1265 FunctionProtoTypeLoc FPTL = in DeclareImplicitDeductionGuidesForTypeAlias() local
1277 FPTL.setParam(I, NewParam); in DeclareImplicitDeductionGuidesForTypeAlias()
H A DTreeTransform.h15702 auto FPTL = NewCallOpTSI->getTypeLoc().getAsAdjusted<FunctionProtoTypeLoc>(); in TransformLambdaExpr() local
15703 assert(FPTL && "Not a FunctionProtoType?"); in TransformLambdaExpr()
15713 E->getCallOperator()->getStorageClass(), FPTL.getParams(), in TransformLambdaExpr()