Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp3162 int PathComponentsToStrip = in EmitCheckSourceLocation() local
3164 if (PathComponentsToStrip < 0) { in EmitCheckSourceLocation()
3165 assert(PathComponentsToStrip != INT_MIN); in EmitCheckSourceLocation()
3166 int PathComponentsToKeep = -PathComponentsToStrip; in EmitCheckSourceLocation()
3173 } else if (PathComponentsToStrip > 0) { in EmitCheckSourceLocation()
3176 while (I != E && PathComponentsToStrip--) in EmitCheckSourceLocation()