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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h51 bool HasSFINAEDiagnostic = false; member in class:clang::sema::TemplateDeductionInfo
103 assert(HasSFINAEDiagnostic);
112 HasSFINAEDiagnostic = false;
117 assert(HasSFINAEDiagnostic);
136 return HasSFINAEDiagnostic;
142 if (HasSFINAEDiagnostic)
146 HasSFINAEDiagnostic = true;
152 if (HasSFINAEDiagnostic)

Completed in 45 milliseconds