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