Searched refs:PrevFPT (Results 1 – 1 of 1) sorted by relevance
3675 auto *PrevFPT = PrevFD->getType()->getAs<FunctionProtoType>(); in attachPreviousDeclImpl() local3676 if (FPT && PrevFPT) { in attachPreviousDeclImpl()3681 isUnresolvedExceptionSpec(PrevFPT->getExceptionSpecType()); in attachPreviousDeclImpl()3689 bool WasUndeduced = isUndeducedReturnType(PrevFPT->getReturnType()); in attachPreviousDeclImpl()3693 (IsUndeduced ? PrevFPT : FPT)->getReturnType()}); in attachPreviousDeclImpl()