Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp3408 bool IsUndeduced = isUndeducedReturnType(FPT->getReturnType()); in attachPreviousDeclImpl() local
3410 if (IsUndeduced != WasUndeduced) in attachPreviousDeclImpl()
3413 (IsUndeduced ? PrevFPT : FPT)->getReturnType()}); in attachPreviousDeclImpl()