reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1439 if (Body) 1440 incrementProfileCounter(Body); 1459 bool isTryBody = (Body && isa<CXXTryStmt>(Body)); 1459 bool isTryBody = (Body && isa<CXXTryStmt>(Body)); 1461 EnterCXXTryStmt(*cast<CXXTryStmt>(Body), true); 1477 assert((Body || getTarget().getCXXABI().isMicrosoft()) && 1494 assert(Body); 1510 EmitStmt(cast<CXXTryStmt>(Body)->getTryBlock()); 1511 else if (Body) 1512 EmitStmt(Body); 1530 ExitCXXTryStmt(*cast<CXXTryStmt>(Body), true);