Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp3495 bool IsUndeduced = isUndeducedReturnType(FPT->getReturnType()); in attachPreviousDeclImpl() local
3497 if (IsUndeduced != WasUndeduced) in attachPreviousDeclImpl()
3500 (IsUndeduced ? PrevFPT : FPT)->getReturnType()}); in attachPreviousDeclImpl()