HomeSort by: relevance | last modified time | path
    Searched defs:getSubStmt (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtObjC.h 379 const Stmt *getSubStmt() const { return SubStmt; }
380 Stmt *getSubStmt() { return SubStmt; }
StmtCXX.h 292 CompoundStmt *getSubStmt() const {
Expr.h 4288 CompoundStmt *getSubStmt() { return cast<CompoundStmt>(SubStmt); }
4289 const CompoundStmt *getSubStmt() const { return cast<CompoundStmt>(SubStmt); }
Stmt.h 1550 inline Stmt *getSubStmt();
1551 const Stmt *getSubStmt() const {
1552 return const_cast<SwitchCase *>(this)->getSubStmt();
1685 Stmt *getSubStmt() { return getTrailingObjects<Stmt *>()[subStmtOffset()]; }
1686 const Stmt *getSubStmt() const {
1698 while (const auto *CS2 = dyn_cast<CaseStmt>(CS->getSubStmt()))
1701 return CS->getSubStmt()->getEndLoc();
1733 Stmt *getSubStmt() { return SubStmt; }
1734 const Stmt *getSubStmt() const { return SubStmt; }
1765 Stmt *SwitchCase::getSubStmt() {
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
ProgramPoint.h 301 const Stmt *getSubStmt() const { return (const Stmt*) getData2(); }

Completed in 48 milliseconds