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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1132 ContextLocation &TopContextLoc = CLocs.back(); local
1135 if (TopContextLoc == CLoc) {
1137 if (IsConsumedExpr(TopContextLoc))
1138 TopContextLoc.markDead();
1144 TopContextLoc.markDead();
1148 if (containsLocation(TopContextLoc, CLoc)) {
1212 const PathDiagnosticLocation &TopContextLoc = CLocs.back(); local
1215 if (TopContextLoc == L)
1218 if (containsLocation(TopContextLoc, L)) {

Completed in 37 milliseconds