Searched refs:PathComponentsToStrip (Results 1 – 1 of 1) sorted by relevance
3584 int PathComponentsToStrip = in EmitCheckSourceLocation() local3586 if (PathComponentsToStrip < 0) { in EmitCheckSourceLocation()3587 assert(PathComponentsToStrip != INT_MIN); in EmitCheckSourceLocation()3588 int PathComponentsToKeep = -PathComponentsToStrip; in EmitCheckSourceLocation()3595 } else if (PathComponentsToStrip > 0) { in EmitCheckSourceLocation()3598 while (I != E && PathComponentsToStrip--) in EmitCheckSourceLocation()