HomeSort by relevance Sort by last modified time
    Searched defs:stripLabelLikeStatements (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
Stmt.cpp 102 const Stmt *Stmt::stripLabelLikeStatements() const {
  /external/clang/include/clang/AST/
Stmt.h 393 const Stmt *stripLabelLikeStatements() const;
394 Stmt *stripLabelLikeStatements() {
396 const_cast<const Stmt*>(this)->stripLabelLikeStatements());
    [all...]

Completed in 753 milliseconds