Home
last modified time | relevance | path

Searched refs:filterScope (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGException.cpp533 EHFilterScope &filterScope) { in emitFilterDispatchBlock() argument
534 llvm::BasicBlock *dispatchBlock = filterScope.getCachedEHDispatchBlock(); in emitFilterDispatchBlock()
545 if (filterScope.getNumFilters()) { in emitFilterDispatchBlock()
601 EHFilterScope &filterScope = cast<EHFilterScope>(*EHStack.begin()); in EmitEndEHSpec() local
602 emitFilterDispatchBlock(*this, filterScope); in EmitEndEHSpec()