Searched refs:PrevFPT (Results 1 – 1 of 1) sorted by relevance
3395 auto *PrevFPT = PrevFD->getType()->getAs<FunctionProtoType>(); in attachPreviousDeclImpl() local3396 if (FPT && PrevFPT) { in attachPreviousDeclImpl()3401 isUnresolvedExceptionSpec(PrevFPT->getExceptionSpecType()); in attachPreviousDeclImpl()3409 bool WasUndeduced = isUndeducedReturnType(PrevFPT->getReturnType()); in attachPreviousDeclImpl()3413 (IsUndeduced ? PrevFPT : FPT)->getReturnType()}); in attachPreviousDeclImpl()