Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1126 ContextLocation &TopContextLoc = CLocs.back(); in addEdge() local
1129 if (TopContextLoc == CLoc) { in addEdge()
1131 if (IsConsumedExpr(TopContextLoc)) in addEdge()
1132 TopContextLoc.markDead(); in addEdge()
1138 TopContextLoc.markDead(); in addEdge()
1142 if (containsLocation(TopContextLoc, CLoc)) { in addEdge()
1206 const PathDiagnosticLocation &TopContextLoc = CLocs.back(); in addContext() local
1209 if (TopContextLoc == L) in addContext()
1212 if (containsLocation(TopContextLoc, L)) { in addContext()