Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp2799 int PathComponentsToStrip = in EmitCheckSourceLocation() local
2801 if (PathComponentsToStrip < 0) { in EmitCheckSourceLocation()
2802 assert(PathComponentsToStrip != INT_MIN); in EmitCheckSourceLocation()
2803 int PathComponentsToKeep = -PathComponentsToStrip; in EmitCheckSourceLocation()
2810 } else if (PathComponentsToStrip > 0) { in EmitCheckSourceLocation()
2813 while (I != E && PathComponentsToStrip--) in EmitCheckSourceLocation()