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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCleanup.h 188 unsigned getNumHandlers() const {
197 assert(I < getNumHandlers());
203 assert(I < getNumHandlers());
209 assert(I < getNumHandlers());
218 for (unsigned I = 0, N = getNumHandlers(); I != N; ++I)
224 iterator end() const { return getHandlers() + getNumHandlers(); }
512 static_cast<const EHCatchScope *>(get())->getNumHandlers());
564 deallocate(EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers()));
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtCXX.h 106 unsigned getNumHandlers() const { return NumHandlers; }
119 return child_range(getStmts(), getStmts() + getNumHandlers() + 1);
123 return const_child_range(getStmts(), getStmts() + getNumHandlers() + 1);

Completed in 15 milliseconds