Searched refs:PathComponentsToStrip (Results 1 – 1 of 1) sorted by relevance
3133 int PathComponentsToStrip = in EmitCheckSourceLocation() local3135 if (PathComponentsToStrip < 0) { in EmitCheckSourceLocation()3136 assert(PathComponentsToStrip != INT_MIN); in EmitCheckSourceLocation()3137 int PathComponentsToKeep = -PathComponentsToStrip; in EmitCheckSourceLocation()3144 } else if (PathComponentsToStrip > 0) { in EmitCheckSourceLocation()3147 while (I != E && PathComponentsToStrip--) in EmitCheckSourceLocation()