Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp3073 int PathComponentsToStrip = in EmitCheckSourceLocation() local
3075 if (PathComponentsToStrip < 0) { in EmitCheckSourceLocation()
3076 assert(PathComponentsToStrip != INT_MIN); in EmitCheckSourceLocation()
3077 int PathComponentsToKeep = -PathComponentsToStrip; in EmitCheckSourceLocation()
3084 } else if (PathComponentsToStrip > 0) { in EmitCheckSourceLocation()
3087 while (I != E && PathComponentsToStrip--) in EmitCheckSourceLocation()