Searched refs:shouldAddPathEdges (Results 1 – 2 of 2) sorted by relevance
196 bool shouldAddPathEdges() const { return Consumer->shouldAddPathEdges(); } in shouldAddPathEdges() function in __anon2f4a13600111::PathDiagnosticConstruct1163 if (C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()1235 if (C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()1251 if (!C.shouldAddPathEdges()) in generatePathDiagnosticsForNode()1269 if (!C.shouldAddPathEdges()) { in generatePathDiagnosticsForNode()2068 if (PDC->shouldAddPathEdges()) in generate()2075 if (PDC->shouldAddPathEdges()) { in generate()2103 if (PDC->shouldAddPathEdges()) { in generate()
162 bool shouldAddPathEdges() const { return getGenerationScheme() >= Extensive; } in shouldAddPathEdges() function