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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1096 ContextLocation &TopContextLoc = CLocs.back(); local
1099 if (TopContextLoc == CLoc) {
1101 if (IsConsumedExpr(TopContextLoc))
1102 TopContextLoc.markDead();
1108 TopContextLoc.markDead();
1112 if (containsLocation(TopContextLoc, CLoc)) {
1176 const PathDiagnosticLocation &TopContextLoc = CLocs.back(); local
1179 if (TopContextLoc == L)
1182 if (containsLocation(TopContextLoc, L)) {

Completed in 56 milliseconds