Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3395 int PathComponentsToStrip = in EmitCheckSourceLocation() local
3397 if (PathComponentsToStrip < 0) { in EmitCheckSourceLocation()
3398 assert(PathComponentsToStrip != INT_MIN); in EmitCheckSourceLocation()
3399 int PathComponentsToKeep = -PathComponentsToStrip; in EmitCheckSourceLocation()
3406 } else if (PathComponentsToStrip > 0) { in EmitCheckSourceLocation()
3409 while (I != E && PathComponentsToStrip--) in EmitCheckSourceLocation()