Searched refs:shouldAddPathEdges (Results 1 – 2 of 2) sorted by relevance
189 bool shouldAddPathEdges() const { return Consumer->shouldAddPathEdges(); } in shouldAddPathEdges() function in __anonc8f820770111::PathDiagnosticConstruct1135 if (C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()1207 if (C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()1223 if (!C.shouldAddPathEdges()) in generatePathDiagnosticsForNode()1241 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