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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1945 PathDiagnosticLocation NextSrcContext = SrcLoc; local
1947 while (NextSrcContext.isValid() && NextSrcContext.asStmt() != InnerStmt) {
1948 SrcContexts.push_back(NextSrcContext);
1949 InnerStmt = NextSrcContext.asStmt();
1950 NextSrcContext = getEnclosingStmtLocation(InnerStmt, SM, PM, LCtx,

Completed in 102 milliseconds