Searched refs:stripLabelLikeStatements (Results 1 – 3 of 3) sorted by relevance
1560 const Stmt *stripLabelLikeStatements() const;1561 Stmt *stripLabelLikeStatements() {1563 const_cast<const Stmt*>(this)->stripLabelLikeStatements());
227 const Stmt *Stmt::stripLabelLikeStatements() const { in stripLabelLikeStatements() function in Stmt
2165 Stmt *SI = BI->stripLabelLikeStatements(); in addLocalScopeForStmt()2174 if (DeclStmt *DS = dyn_cast<DeclStmt>(S->stripLabelLikeStatements())) in addLocalScopeForStmt()