Searched refs:SuspiciousStmt (Results 1 – 1 of 1) sorted by relevance
1270 const Stmt *SuspiciousStmt = S->getStmt(); in isPossiblyEmptyImpl() local1272 if (isa<ReturnStmt>(SuspiciousStmt)) { in isPossiblyEmptyImpl()1276 const_cast<Stmt *>(SuspiciousStmt)); in isPossiblyEmptyImpl()1281 return SuspiciousStmt->getBeginLoc().isMacroID() || in isPossiblyEmptyImpl()1283 ReturnChildren->hasParent(SuspiciousStmt)); in isPossiblyEmptyImpl()