reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3104 if (const auto *RS = dyn_cast_or_null<ReturnStmt>(P)) { 3106 P = N->getParentMap().getParent(RS); 3109 if (P && (isa<SwitchCase>(P) || isa<LabelStmt>(P))) 3109 if (P && (isa<SwitchCase>(P) || isa<LabelStmt>(P))) 3109 if (P && (isa<SwitchCase>(P) || isa<LabelStmt>(P))) 3110 populateExecutedLinesWithStmt(P, SM, *ExecutedLines);