Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3627 auto *PrevFPT = PrevFD->getType()->getAs<FunctionProtoType>(); in attachPreviousDeclImpl() local
3628 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()