Searched refs:shouldAddPathEdges (Results 1 – 2 of 2) sorted by relevance
190 bool shouldAddPathEdges() const { return Consumer->shouldAddPathEdges(); } in shouldAddPathEdges() function in __anon1dcbea900111::PathDiagnosticConstruct1136 if (C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()1208 if (C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()1224 if (!C.shouldAddPathEdges()) in generatePathDiagnosticsForNode()1242 if (!C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()2036 if (PDC->shouldAddPathEdges()) in generate()2043 if (PDC->shouldAddPathEdges()) { in generate()2071 if (PDC->shouldAddPathEdges()) { in generate()
162 bool shouldAddPathEdges() const { return getGenerationScheme() >= Extensive; } in shouldAddPathEdges() function