Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp579 PathPieces::const_iterator FirstNonNote = std::partition_point( in printBugPath() local
586 if (FirstNonNote != Path.begin()) { in printBugPath()
590 for (; I != FirstNonNote; ++I) in printBugPath()