Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3661 bool IsUndeduced = isUndeducedReturnType(FPT->getReturnType()); in attachPreviousDeclImpl() local
3663 if (IsUndeduced != WasUndeduced) in attachPreviousDeclImpl()
3666 (IsUndeduced ? PrevFPT : FPT)->getReturnType()}); in attachPreviousDeclImpl()