Searched refs:stripLabelLikeStatements (Results 1 – 3 of 3) sorted by relevance
402 const Stmt *stripLabelLikeStatements() const; in LLVM_ALIGNAS()403 Stmt *stripLabelLikeStatements() { in LLVM_ALIGNAS()405 const_cast<const Stmt*>(this)->stripLabelLikeStatements()); in LLVM_ALIGNAS()
1271 Stmt *SI = BI->stripLabelLikeStatements(); in addLocalScopeForStmt()1280 if (DeclStmt *DS = dyn_cast<DeclStmt>(S->stripLabelLikeStatements())) in addLocalScopeForStmt()
137 const Stmt *Stmt::stripLabelLikeStatements() const { in stripLabelLikeStatements() function in Stmt