Home | History | Annotate | Download | only in Sema

Lines Matching refs:SCS

2457 /// conversion sequence SCS. Returns the converted
2462 const StandardConversionSequence& SCS,
2473 if (SCS.CopyConstructor) {
2476 if (SCS.Second == ICK_Derived_To_Base) {
2478 if (CompleteConstructorCall(cast<CXXConstructorDecl>(SCS.CopyConstructor),
2483 ToType, SCS.CopyConstructor,
2491 ToType, SCS.CopyConstructor,
2514 switch (SCS.First) {
2545 switch (SCS.Second) {
2568 SCS.Second == ICK_Integral_Promotion &&
2620 if (SCS.IncompatibleObjC && Action != AA_Casting) {
2803 switch (SCS.Third) {
2816 if (SCS.DeprecatedStringLiteralToCharPtr &&