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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1992 const Stmt *InnerStmt = nullptr; local
1993 while (NextSrcContext.isValid() && NextSrcContext.asStmt() != InnerStmt) {
1995 InnerStmt = NextSrcContext.asStmt();
1996 NextSrcContext = getEnclosingStmtLocation(InnerStmt, SM, PM, LCtx,

Completed in 89 milliseconds