Home | History | Annotate | Download | only in Sema

Lines Matching refs:Comparison

767     //   comparison deduces template arguments for subsequent positions in the
942 RefParamPartialOrderingComparison Comparison;
943 Comparison.ParamIsRvalueRef = ParamRef->getAs<RValueReferenceType>();
944 Comparison.ArgIsRvalueRef = ArgRef->getAs<RValueReferenceType>();
945 Comparison.Qualifiers = NeitherMoreQualified;
950 Comparison.Qualifiers = ParamMoreQualified;
952 Comparison.Qualifiers = ArgMoreQualified;
953 RefParamComparisons->push_back(Comparison);
1801 // comparison deduces template arguments for subsequent positions in the
3179 // function parameter pack. Each comparison deduces template arguments