reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Stmt.h
 1156   const Stmt *stripLabelLikeStatements() const;

References

tools/clang/include/clang/AST/Stmt.h
 1159       const_cast<const Stmt*>(this)->stripLabelLikeStatements());
tools/clang/tools/extra/clang-tidy/bugprone/BranchCloneCheck.cpp
   47     if (!areStatementsIdentical(LHS[i]->stripLabelLikeStatements(),
   48                                 RHS[i]->stripLabelLikeStatements(), Context)) {