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

  /external/clang/include/clang/Sema/
Overload.h 41 OR_No_Viable_Function, ///< No viable function found.
47 /// Requests that all candidates be shown. Viable candidates will
51 /// Requests that only viable candidates be shown.
586 /// This conversion candidate is not viable because its result
591 /// viable because the final conversion was not an exact match.
594 /// (CUDA) This candidate was not viable because the callee
636 /// Viable - True to indicate that this overload candidate is viable.
637 bool Viable;
653 /// FailureKind - The reason why this candidate is not viable
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 153 milliseconds