Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp4140 bool StillUndeduced = FD->getReturnType()->isUndeducedType(); in DeduceReturnType() local
4141 if (StillUndeduced && Diagnose && !FD->isInvalidDecl()) { in DeduceReturnType()
4146 return StillUndeduced; in DeduceReturnType()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateDeduction.cpp5047 bool StillUndeduced = FD->getReturnType()->isUndeducedType(); in DeduceReturnType() local
5048 if (StillUndeduced && Diagnose && !FD->isInvalidDecl()) { in DeduceReturnType()
5053 return StillUndeduced; in DeduceReturnType()