Home | History | Annotate | Download | only in Sema

Lines Matching refs:Action

2368 /// expression. Action is the kind of conversion we're performing,
2373 AssignmentAction Action,
2378 Action, CCK);
2463 AssignmentAction Action,
2620 if (SCS.IncompatibleObjC && Action != AA_Casting) {
2622 if (Action == AA_Initializing || Action == AA_Assigning)
2625 << ToType << From->getType() << Action
2630 << From->getType() << ToType << Action
2640 if (Action == AA_Initializing)
2646 << (Action == AA_Casting) << From->getType() << ToType