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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp521 EHFilterScope &filterScope) {
522 llvm::BasicBlock *dispatchBlock = filterScope.getCachedEHDispatchBlock();
533 if (filterScope.getNumFilters()) {
573 EHFilterScope &filterScope = cast<EHFilterScope>(*EHStack.begin()); local
574 emitFilterDispatchBlock(*this, filterScope);
520 emitFilterDispatchBlock(CodeGenFunction &CGF, EHFilterScope &filterScope) argument

Completed in 35 milliseconds