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 178 unsigned getNumHandlers() const {
187 assert(I < getNumHandlers());
193 assert(I < getNumHandlers());
202 for (unsigned I = 0, N = getNumHandlers(); I != N; ++I)
208 iterator end() const { return getHandlers() + getNumHandlers(); }
471 static_cast<const EHCatchScope*>(get())->getNumHandlers());
524 StartOfData += EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers());
  /external/clang/include/clang/AST/
StmtCXX.h 103 unsigned getNumHandlers() const { return NumHandlers; }
116 return child_range(getStmts(), getStmts() + getNumHandlers() + 1);

Completed in 62 milliseconds