Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp1754 FunctionProtoTypeLoc FPTL = CD->getTypeSourceInfo()->getTypeLoc() in transformConstructor() local
1756 assert(FPTL && "no prototype for constructor declaration"); in transformConstructor()
1763 QualType NewType = transformFunctionProtoType(TLB, FPTL, Params, Args); in transformConstructor()
1784 FunctionProtoTypeLoc FPTL = in buildSimpleDeductionGuide() local
1794 FPTL.setParam(Params.size(), NewParam); in buildSimpleDeductionGuide()