Searched refs:DiagnosticStmt (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 346 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/ |
D | ExprEngine.h | 189 const Stmt *DiagnosticStmt = nullptr,
|