reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
844 bool IsTryBody = (Body && isa<CXXTryStmt>(Body)); 844 bool IsTryBody = (Body && isa<CXXTryStmt>(Body)); 846 EnterCXXTryStmt(*cast<CXXTryStmt>(Body), true); 848 incrementProfileCounter(Body); 861 EmitStmt(cast<CXXTryStmt>(Body)->getTryBlock()); 862 else if (Body) 863 EmitStmt(Body); 872 ExitCXXTryStmt(*cast<CXXTryStmt>(Body), true);