Home
last modified time | relevance | path

Searched refs:PathComponentsToStrip (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGExpr.cpp2396 int PathComponentsToStrip = in EmitCheckSourceLocation() local
2398 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()