Searched refs:PathComponentsToStrip (Results 1 – 1 of 1) sorted by relevance
2396 int PathComponentsToStrip = in EmitCheckSourceLocation() local2398 if (PathComponentsToStrip < 0) { in EmitCheckSourceLocation()2399 assert(PathComponentsToStrip != INT_MIN); in EmitCheckSourceLocation()2400 int PathComponentsToKeep = -PathComponentsToStrip; in EmitCheckSourceLocation()2407 } else if (PathComponentsToStrip > 0) { in EmitCheckSourceLocation()2410 while (I != E && PathComponentsToStrip--) in EmitCheckSourceLocation()