Searched defs:getNumHandlers (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCleanup.h178 unsigned getNumHandlers() const { function in class:clang::CodeGen::EHCatchScope
187 assert(I < getNumHandlers());
193 assert(I < getNumHandlers());
199 iterator end() const { return getHandlers() + getNumHandlers(); }
462 static_cast<const EHCatchScope*>(get())->getNumHandlers());
515 StartOfData += EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers());
/external/clang/include/clang/AST/
H A DStmtCXX.h103 unsigned getNumHandlers() const { return NumHandlers; } function in class:clang::CXXTryStmt
116 return child_range(getStmts(), getStmts() + getNumHandlers() + 1);

Completed in 54 milliseconds