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

  /external/clang/lib/Sema/
SemaOverload.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.
584 /// This conversion candidate is not viable because its result
589 /// viable because the final conversion was not an exact match.
592 /// (CUDA) This candidate was not viable because the callee
634 /// Viable - True to indicate that this overload candidate is viable.
635 bool Viable;
651 /// FailureKind - The reason why this candidate is not viable
    [all...]

Completed in 2738 milliseconds