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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1426 PathDiagnosticLocation NextSrcContext = SrcLoc; local
1428 while (NextSrcContext.isValid() && NextSrcContext.asStmt() != InnerStmt) {
1429 SrcContexts.push_back(NextSrcContext);
1430 InnerStmt = NextSrcContext.asStmt();
1431 NextSrcContext = getEnclosingStmtLocation(InnerStmt, LC,

Completed in 192 milliseconds