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

  /external/clang/lib/Sema/
SemaOverload.cpp 782 if (!i->Viable && i->FailureKind == ovl_fail_bad_deduction)
    [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/Sema/
Overload.h 40 OR_No_Viable_Function, ///< No viable function found.
46 /// Requests that all candidates be shown. Viable candidates will
50 /// Requests that only viable candidates be shown.
585 /// This conversion candidate is not viable because its result
590 /// viable because the final conversion was not an exact match.
593 /// (CUDA) This candidate was not viable because the callee
635 /// Viable - True to indicate that this overload candidate is viable.
636 bool Viable;
652 /// FailureKind - The reason why this candidate is not viable
    [all...]

Completed in 38 milliseconds