reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaInit.cpp
 4413       Sequence.AddConversionSequenceStep(ICS, ICS.Standard.getToType(2),
 4624     Sequence.AddConversionSequenceStep(ICS, ICS.Standard.getToType(2));
 4628     cv3T3 = ICS.Standard.getToType(2);
 5899       LvalueICS.Standard.setAllToTypes(ICS.Standard.getToType(0));
 5901       AddConversionSequenceStep(LvalueICS, ICS.Standard.getToType(0));
tools/clang/lib/Sema/SemaOverload.cpp
  223   if (getToType(1)->isBooleanType() &&
  243   QualType ToType = getToType(1);
  310   QualType FromType = getToType(0);
  311   QualType ToType = getToType(1);
 3234   SCS.setToType(1, InnerSCS.getToType(1));
 3238   SCS.setToType(2, InnerSCS.getToType(2));
 3741   } else if (!Context.hasSimilarType(SCS1.getToType(1), SCS2.getToType(1)))
 3741   } else if (!Context.hasSimilarType(SCS1.getToType(1), SCS2.getToType(1)))
 3745     return Context.hasSameType(SCS1.getToType(2), SCS2.getToType(2))? Result
 3745     return Context.hasSameType(SCS1.getToType(2), SCS2.getToType(2))? Result
 3812   if (S.Context.hasSameType(SCS.getToType(1), UnderlyingType))
 3954     QualType T1 = SCS1.getToType(2);
 3955     QualType T2 = SCS2.getToType(2);
 3999           S.Context.getTypeSize(SCS1.getToType(2)))
 4017         SCS1.getFromType(), SCS1.getToType(2));
 4019         SCS2.getFromType(), SCS2.getToType(2));
 4049   QualType T1 = SCS1.getToType(2);
 4050   QualType T2 = SCS2.getToType(2);
 4154   QualType ToType1 = SCS1.getToType(1);
 4156   QualType ToType2 = SCS2.getToType(1);
 5436            SCS.getToType(2)->isBooleanType();