Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp977 ContextLocation &TopContextLoc = CLocs.back(); in addEdge() local
980 if (TopContextLoc == CLoc) { in addEdge()
982 if (IsConsumedExpr(TopContextLoc) && in addEdge()
983 !IsControlFlowExpr(TopContextLoc.asStmt())) in addEdge()
984 TopContextLoc.markDead(); in addEdge()
992 if (containsLocation(TopContextLoc, CLoc)) { in addEdge()
1056 const PathDiagnosticLocation &TopContextLoc = CLocs.back(); in addContext() local
1059 if (TopContextLoc == L) in addContext()
1062 if (containsLocation(TopContextLoc, L)) { in addContext()