Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp1169 bool doImplicitRethrow = false; in ExitCXXTryStmt() local
1171 doImplicitRethrow = isa<CXXDestructorDecl>(CurCodeDecl) || in ExitCXXTryStmt()
1230 if (doImplicitRethrow && HaveInsertPoint()) { in ExitCXXTryStmt()