Home | History | Annotate | Download | only in Sema

Lines Matching refs:Action

912                                 AssignmentAction Action, bool AllowExplicit) {
914 return PerformImplicitConversion(From, ToType, Action, AllowExplicit, ICS);
919 AssignmentAction Action, bool AllowExplicit,
924 (Action == AA_Passing || Action == AA_Sending);
933 return PerformImplicitConversion(From, ToType, ICS, Action);