Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp578 PathPieces::const_iterator FirstNonNote = std::partition_point( in printBugPath() local
585 if (FirstNonNote != Path.begin()) { in printBugPath()
589 for (; I != FirstNonNote; ++I) in printBugPath()