Searched refs:getHandlers (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.h159 Handler *getHandlers() { function in class:clang::CodeGen::EHCatchScope
163 const Handler *getHandlers() const { function in class:clang::CodeGen::EHCatchScope
188 getHandlers()[I].Type = Type;
189 getHandlers()[I].Block = Block;
194 return getHandlers()[I];
198 iterator begin() const { return getHandlers(); }
199 iterator end() const { return getHandlers() + getNumHandlers(); }

Completed in 91 milliseconds