Home
last modified time | relevance | path

Searched refs:PathComponentsToStrip (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp3064 int PathComponentsToStrip = in EmitCheckSourceLocation() local
3066 if (PathComponentsToStrip < 0) { in EmitCheckSourceLocation()
3067 assert(PathComponentsToStrip != INT_MIN); in EmitCheckSourceLocation()
3068 int PathComponentsToKeep = -PathComponentsToStrip; in EmitCheckSourceLocation()
3075 } else if (PathComponentsToStrip > 0) { in EmitCheckSourceLocation()
3078 while (I != E && PathComponentsToStrip--) in EmitCheckSourceLocation()