Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h51 bool HasSFINAEDiagnostic = false; variable
108 assert(HasSFINAEDiagnostic); in takeSFINAEDiagnostic()
117 HasSFINAEDiagnostic = false; in clearSFINAEDiagnostic()
122 assert(HasSFINAEDiagnostic); in peekSFINAEDiagnostic()
146 return HasSFINAEDiagnostic; in hasSFINAEDiagnostic()
152 if (HasSFINAEDiagnostic) in addSFINAEDiagnostic()
156 HasSFINAEDiagnostic = true; in addSFINAEDiagnostic()
162 if (HasSFINAEDiagnostic) in addSuppressedDiagnostic()