Home
last modified time | relevance | path

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

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