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

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3932 bool StillUndeduced = FD->getResultType()->isUndeducedType(); local
3933 if (StillUndeduced && Diagnose && !FD->isInvalidDecl()) {
3938 return StillUndeduced;

Completed in 51 milliseconds