HomeSort by: relevance | last modified time | path
    Searched defs:hasSFINAEDiagnostic (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
TemplateDeduction.h 51 bool HasSFINAEDiagnostic = false;
103 assert(HasSFINAEDiagnostic);
112 HasSFINAEDiagnostic = false;
117 assert(HasSFINAEDiagnostic);
135 bool hasSFINAEDiagnostic() const {
136 return HasSFINAEDiagnostic;
142 if (HasSFINAEDiagnostic)
146 HasSFINAEDiagnostic = true;
152 if (HasSFINAEDiagnostic)

Completed in 15 milliseconds