Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DSourceLocationTest.cpp894 if (auto FPTL = TL.getAs<FunctionProtoTypeLoc>()) { in getRange() local
895 return FPTL.getExceptionSpecRange(); in getRange()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp2223 FunctionProtoTypeLoc FPTL = CD->getTypeSourceInfo()->getTypeLoc() in transformConstructor() local
2225 assert(FPTL && "no prototype for constructor declaration"); in transformConstructor()
2233 QualType NewType = transformFunctionProtoType(TLB, FPTL, Params, Args, in transformConstructor()
2255 FunctionProtoTypeLoc FPTL = in buildSimpleDeductionGuide() local
2265 FPTL.setParam(Params.size(), NewParam); in buildSimpleDeductionGuide()