Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp577 PathPieces::const_iterator FirstNonNote = std::partition_point( in printBugPath() local
584 if (FirstNonNote != Path.begin()) { in printBugPath()
588 for (; I != FirstNonNote; ++I) in printBugPath()