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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1991 PathDiagnosticLocation NextSrcContext = SrcLoc; local
1993 while (NextSrcContext.isValid() && NextSrcContext.asStmt() != InnerStmt) {
1994 SrcContexts.push_back(NextSrcContext);
1995 InnerStmt = NextSrcContext.asStmt();
1996 NextSrcContext = getEnclosingStmtLocation(InnerStmt, SM, PM, LCtx,

Completed in 61 milliseconds