Home | History | Annotate | Download | only in Sema

Lines Matching full:perform

446   // Try to perform integral promotions if the object has a theoretically
552 // perform this check for incomplete types, which we can get here when we're
1728 // Perform the required lookup.
1901 /// detected that we're currently inside an ObjC method. Perform some
2316 // this check when we're going to perform argument-dependent lookup
3110 // Perform default conversions.
3288 Result = InitSeq.Perform(*this, Entity, Kind,
3945 ExprResult Result = InitSeq.Perform(*this, Entity, Kind,
6279 // Shifts don't perform usual arithmetic conversions, they just do integer
8114 // point. We perform both an operator-name lookup from the local
8281 // point. We perform both an operator-name lookup from the local
9039 // Perform array-to-pointer decay if necessary.