HomeSort by relevance Sort by last modified time
    Searched refs:hasSFINAEDiagnostic (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Sema/
TemplateDeduction.h 39 bool HasSFINAEDiagnostic;
50 : Deduced(0), Loc(Loc), HasSFINAEDiagnostic(false), Expression(0) { }
67 assert(HasSFINAEDiagnostic);
71 HasSFINAEDiagnostic = false;
81 bool hasSFINAEDiagnostic() const {
82 return HasSFINAEDiagnostic;
88 if (HasSFINAEDiagnostic)
94 HasSFINAEDiagnostic = true;
100 if (HasSFINAEDiagnostic)
  /external/clang/lib/Sema/
Sema.cpp 855 if (*Info && !(*Info)->hasSFINAEDiagnostic())
    [all...]
SemaOverload.cpp 600 if (Info.hasSFINAEDiagnostic()) {
    [all...]

Completed in 45 milliseconds