Home | History | Annotate | Download | only in Sema

Lines Matching refs:SCS

2442 /// conversion sequence SCS. Returns the converted
2447 const StandardConversionSequence& SCS,
2458 if (SCS.CopyConstructor) {
2461 if (SCS.Second == ICK_Derived_To_Base) {
2463 if (CompleteConstructorCall(cast<CXXConstructorDecl>(SCS.CopyConstructor),
2469 ToType, SCS.CopyConstructor,
2477 ToType, SCS.CopyConstructor,
2501 switch (SCS.First) {
2532 switch (SCS.Second) {
2599 if (SCS.IncompatibleObjC && Action != AA_Casting) {
2776 switch (SCS.Third) {
2789 if (SCS.DeprecatedStringLiteralToCharPtr &&