Home
last modified time | relevance | path

Searched refs:HasSFINAEDiagnostic (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/include/clang/Sema/
DTemplateDeduction.h51 bool HasSFINAEDiagnostic = false; variable
103 assert(HasSFINAEDiagnostic); in takeSFINAEDiagnostic()
112 HasSFINAEDiagnostic = false; in clearSFINAEDiagnostic()
117 assert(HasSFINAEDiagnostic); in peekSFINAEDiagnostic()
136 return HasSFINAEDiagnostic; in hasSFINAEDiagnostic()
142 if (HasSFINAEDiagnostic) in addSFINAEDiagnostic()
146 HasSFINAEDiagnostic = true; in addSFINAEDiagnostic()
152 if (HasSFINAEDiagnostic) in addSuppressedDiagnostic()