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

  /external/clang/lib/CodeGen/
CGCleanup.h 176 unsigned getNumHandlers() const {
185 assert(I < getNumHandlers());
191 assert(I < getNumHandlers());
197 iterator end() const { return getHandlers() + getNumHandlers(); }
460 static_cast<const EHCatchScope*>(get())->getNumHandlers());
513 StartOfData += EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers());
  /external/clang/include/clang/AST/
StmtCXX.h 103 unsigned getNumHandlers() const { return NumHandlers; }
117 return child_range(getStmts(), getStmts() + getNumHandlers() + 1);

Completed in 98 milliseconds