Searched refs:stripLabelLikeStatements (Results 1 – 3 of 3) sorted by relevance
1234 const Stmt *stripLabelLikeStatements() const;1235 Stmt *stripLabelLikeStatements() { in stripLabelLikeStatements() function1237 const_cast<const Stmt*>(this)->stripLabelLikeStatements()); in stripLabelLikeStatements()
217 const Stmt *Stmt::stripLabelLikeStatements() const { in stripLabelLikeStatements() function in Stmt
1946 Stmt *SI = BI->stripLabelLikeStatements(); in addLocalScopeForStmt()1955 if (DeclStmt *DS = dyn_cast<DeclStmt>(S->stripLabelLikeStatements())) in addLocalScopeForStmt()