HomeSort by: relevance | last modified time | path
    Searched refs:ConstraintsNotSatisfied (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp 2986 bool ConstraintsNotSatisfied;
2991 &ConstraintsNotSatisfied))
2992 return ConstraintsNotSatisfied ? Sema::TDK_ConstraintsNotSatisfied :
SemaTemplate.cpp 5653 bool UpdateArgsWithConversions, bool *ConstraintsNotSatisfied) {
5655 if (ConstraintsNotSatisfied)
5656 *ConstraintsNotSatisfied = false;
5919 if (ConstraintsNotSatisfied)
5920 *ConstraintsNotSatisfied = true;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 7744 /// \param ConstraintsNotSatisfied If provided, and an error occured, will
7755 bool *ConstraintsNotSatisfied = nullptr);

Completed in 59 milliseconds