Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp542 void CodeGenFunction::EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { in EnterCXXTryStmt() argument
1003 void CodeGenFunction::ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { in ExitCXXTryStmt() argument
1035 if (IsFnTryBlock) in ExitCXXTryStmt()
DCodeGenFunction.h2293 void EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);
2294 void ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);
/external/llvm-project/clang/lib/CodeGen/
DCGException.cpp584 void CodeGenFunction::EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { in EnterCXXTryStmt() argument
1149 void CodeGenFunction::ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock) { in ExitCXXTryStmt() argument
1182 if (IsFnTryBlock) in ExitCXXTryStmt()
DCodeGenFunction.h3168 void EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);
3169 void ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);