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 138 const Stmt *Stmt::stripLabelLikeStatements() const {
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 383 const Stmt *stripLabelLikeStatements() const;
384 Stmt *stripLabelLikeStatements() {
386 const_cast<const Stmt*>(this)->stripLabelLikeStatements());
    [all...]

Completed in 59 milliseconds