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

References

tools/clang/lib/Sema/SemaExpr.cpp
10462   SCS.setToType(0, FromType);
10463   SCS.setToType(1, ToType);
tools/clang/lib/Sema/SemaInit.cpp
 4410       ICS.Standard.setToType(0, E->getType());
 4411       ICS.Standard.setToType(1, DestType);
 4412       ICS.Standard.setToType(2, DestType);
tools/clang/lib/Sema/SemaOverload.cpp
 1766   SCS.setToType(0, FromType);
 1891   SCS.setToType(1, FromType);
 1923   SCS.setToType(2, FromType);
 1960   SCS.setToType(1, ToType);
 1967   SCS.setToType(2, ToType);
 3234   SCS.setToType(1, InnerSCS.getToType(1));
 3238   SCS.setToType(2, InnerSCS.getToType(2));
 4653       ICS.Standard.setToType(0, T2);
 4654       ICS.Standard.setToType(1, T1);
 4655       ICS.Standard.setToType(2, T1);
 4711     ICS.Standard.setToType(0, T2);
 4712     ICS.Standard.setToType(1, T1);
 4713     ICS.Standard.setToType(2, T1);