Home
last modified time | relevance | path

Searched refs:DiagnosticStmt (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp345 const Stmt *DiagnosticStmt, in removeDead() argument
352 if (!DiagnosticStmt) { in removeDead()
353 DiagnosticStmt = ReferenceStmt; in removeDead()
354 assert(DiagnosticStmt && "Required for clearing a LocationContext"); in removeDead()
387 Bldr.generateNode(DiagnosticStmt, Pred, CleanedState, &cleanupTag, K); in removeDead()
394 DiagnosticStmt, *this, K); in removeDead()
419 Bldr.generateNode(DiagnosticStmt, *I, CleanedCheckerSt, &cleanupTag, K); in removeDead()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h189 const Stmt *DiagnosticStmt = nullptr,