Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4912 bool StillUndeduced = FD->getReturnType()->isUndeducedType(); in DeduceReturnType() local
4913 if (StillUndeduced && Diagnose && !FD->isInvalidDecl()) { in DeduceReturnType()
4918 return StillUndeduced; in DeduceReturnType()