Searched refs:SrcContexts (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1989 SmallVector<PathDiagnosticLocation, 4> SrcContexts; local
1994 SrcContexts.push_back(NextSrcContext);
2014 if (std::find(SrcContexts.begin(), SrcContexts.end(), DstContext) !=
2015 SrcContexts.end())

Completed in 54 milliseconds