Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1447 PathDiagnosticLocation NextSrcContext = SrcLoc; in addContextEdges() local
1449 while (NextSrcContext.isValid() && NextSrcContext.asStmt() != InnerStmt) { in addContextEdges()
1450 SrcContexts.push_back(NextSrcContext); in addContextEdges()
1451 InnerStmt = NextSrcContext.asStmt(); in addContextEdges()
1452 NextSrcContext = getEnclosingStmtLocation(InnerStmt, LC, in addContextEdges()