Searched refs:PrevFPT (Results 1 – 1 of 1) sorted by relevance
3627 auto *PrevFPT = PrevFD->getType()->getAs<FunctionProtoType>(); in attachPreviousDeclImpl() local3628 if (FPT && PrevFPT) { in attachPreviousDeclImpl()3633 isUnresolvedExceptionSpec(PrevFPT->getExceptionSpecType()); in attachPreviousDeclImpl()3641 bool WasUndeduced = isUndeducedReturnType(PrevFPT->getReturnType()); in attachPreviousDeclImpl()3645 (IsUndeduced ? PrevFPT : FPT)->getReturnType()}); in attachPreviousDeclImpl()