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 41 bool HasSFINAEDiagnostic;
52 : Deduced(nullptr), Loc(Loc), HasSFINAEDiagnostic(false),
70 assert(HasSFINAEDiagnostic);
74 HasSFINAEDiagnostic = false;
84 bool hasSFINAEDiagnostic() const {
85 return HasSFINAEDiagnostic;
91 if (HasSFINAEDiagnostic)
97 HasSFINAEDiagnostic = true;
103 if (HasSFINAEDiagnostic)
  /external/clang/lib/Sema/
Sema.cpp     [all...]
SemaOverload.cpp 613 if (Info.hasSFINAEDiagnostic()) {
    [all...]

Completed in 68 milliseconds