Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTemplateDeduction.h41 bool HasSFINAEDiagnostic; variable
52 : Deduced(nullptr), Loc(Loc), HasSFINAEDiagnostic(false), in TemplateDeductionInfo()
70 assert(HasSFINAEDiagnostic); in takeSFINAEDiagnostic()
74 HasSFINAEDiagnostic = false; in takeSFINAEDiagnostic()
85 return HasSFINAEDiagnostic; in hasSFINAEDiagnostic()
91 if (HasSFINAEDiagnostic) in addSFINAEDiagnostic()
95 HasSFINAEDiagnostic = true; in addSFINAEDiagnostic()
101 if (HasSFINAEDiagnostic) in addSuppressedDiagnostic()