Searched refs:stripLabelLikeStatements (Results 1 – 3 of 3) sorted by relevance
1435 const Stmt *stripLabelLikeStatements() const;1436 Stmt *stripLabelLikeStatements() {1438 const_cast<const Stmt*>(this)->stripLabelLikeStatements());
219 const Stmt *Stmt::stripLabelLikeStatements() const { in stripLabelLikeStatements() function in Stmt
2076 Stmt *SI = BI->stripLabelLikeStatements(); in addLocalScopeForStmt()2085 if (DeclStmt *DS = dyn_cast<DeclStmt>(S->stripLabelLikeStatements())) in addLocalScopeForStmt()