Searched refs:getMutablePieces (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp188 PathPieces &getMutablePieces() { return PD->getMutablePieces(); } function in class:__anon2334::PathDiagnosticConstruct
2059 removeUnneededCalls(Construct, Construct.getMutablePieces(), R);
2066 removePopUpNotes(Construct.getMutablePieces());
2069 adjustCallLocations(Construct.getMutablePieces());
2070 removePiecesWithInvalidLocations(Construct.getMutablePieces());
2078 while (optimizeEdges(Construct, Construct.getMutablePieces(), OCS)) {
2083 dropFunctionEntryEdge(Construct, Construct.getMutablePieces());
2089 removeRedundantMsgs(Construct.getMutablePieces());
2090 removeEdgesToDefaultInitializers(Construct.getMutablePieces());
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h770 PathPieces &getMutablePieces() { function in class:clang::ento::PathDiagnostic

Completed in 114 milliseconds