Searched refs:shouldAddPathEdges (Results 1 – 2 of 2) sorted by relevance
190 bool shouldAddPathEdges() const { return Consumer->shouldAddPathEdges(); } in shouldAddPathEdges() function in __anon921f85140111::PathDiagnosticConstruct1133 if (C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()1205 if (C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()1221 if (!C.shouldAddPathEdges()) in generatePathDiagnosticsForNode()1235 if (!C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()2028 if (PDC->shouldAddPathEdges()) in generate()2035 if (PDC->shouldAddPathEdges()) { in generate()2063 if (PDC->shouldAddPathEdges()) { in generate()
167 bool shouldAddPathEdges() const { return getGenerationScheme() == Extensive; } in shouldAddPathEdges() function