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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h168 Handler *getHandlers() { function in class:clang::CodeGen::EHCatchScope
172 const Handler *getHandlers() const { function in class:clang::CodeGen::EHCatchScope
198 getHandlers()[I].Type = CatchTypeInfo{Type, 0};
199 getHandlers()[I].Block = Block;
204 getHandlers()[I].Type = Type;
205 getHandlers()[I].Block = Block;
210 return getHandlers()[I];
223 iterator begin() const { return getHandlers(); }
224 iterator end() const { return getHandlers() + getNumHandlers(); }

Completed in 53 milliseconds