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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1423 PathDiagnosticLocation NextSrcContext = SrcLoc; local
1425 while (NextSrcContext.isValid() && NextSrcContext.asStmt() != InnerStmt) {
1426 SrcContexts.push_back(NextSrcContext);
1427 InnerStmt = NextSrcContext.asStmt();
1428 NextSrcContext = getEnclosingStmtLocation(InnerStmt, LC,

Completed in 117 milliseconds