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 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...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 36 milliseconds