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