Home
last modified time | relevance | path

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

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