Home | History | Annotate | Download | only in Sema

Lines Matching refs:Action

2353 /// expression. Action is the kind of conversion we're performing,
2358 AssignmentAction Action,
2363 Action, CCK);
2448 AssignmentAction Action,
2599 if (SCS.IncompatibleObjC && Action != AA_Casting) {
2601 if (Action == AA_Initializing || Action == AA_Assigning)
2604 << ToType << From->getType() << Action
2609 << From->getType() << ToType << Action
2619 if (Action == AA_Initializing)
2625 << (Action == AA_Casting) << From->getType() << ToType