Home
last modified time | relevance | path

Searched refs:PathDiagnosticCallPiece (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp60 PathDiagnosticCallPiece::~PathDiagnosticCallPiece() {} in ~PathDiagnosticCallPiece()
71 PathDiagnosticCallPiece *Call = cast<PathDiagnosticCallPiece>(Piece); in flattenTo()
121 static PathDiagnosticCallPiece *
122 getFirstStackedCallToHeaderFile(PathDiagnosticCallPiece *CP, in getFirstStackedCallToHeaderFile()
143 if (PathDiagnosticCallPiece *CPInner = in getFirstStackedCallToHeaderFile()
144 dyn_cast<PathDiagnosticCallPiece>(Path.back())) { in getFirstStackedCallToHeaderFile()
162 if (PathDiagnosticCallPiece *CP = dyn_cast<PathDiagnosticCallPiece>(LastP)) { in resetDiagnosticLocationToMainFile()
240 if (const PathDiagnosticCallPiece *call = in HandlePathDiagnostic()
241 dyn_cast<PathDiagnosticCallPiece>(piece)) { in HandlePathDiagnostic()
299 static Optional<bool> compareCall(const PathDiagnosticCallPiece &X, in compareCall()
[all …]
DBugReporter.cpp116 removeRedundantMsgs(cast<PathDiagnosticCallPiece>(piece)->path); in removeRedundantMsgs()
169 PathDiagnosticCallPiece *call = cast<PathDiagnosticCallPiece>(piece); in removeUnneededCalls()
221 PathDiagnosticCallPiece *Call = dyn_cast<PathDiagnosticCallPiece>(*I); in adjustCallLocations()
255 if (PathDiagnosticCallPiece *C = dyn_cast<PathDiagnosticCallPiece>(*I)) in removeEdgesToDefaultInitializers()
290 if (PathDiagnosticCallPiece *C = dyn_cast<PathDiagnosticCallPiece>(*I)) in removePiecesWithInvalidLocations()
528 typedef std::pair<PathDiagnosticCallPiece*, const ExplodedNode*> StackDiagPair;
541 PathDiagnosticCallPiece *CP = I->first; in updateStackPiecesWithMessage()
577 PathDiagnosticCallPiece *C = in GenerateMinimalPathDiagnostic()
578 PathDiagnosticCallPiece::construct(N, *CE, SMgr); in GenerateMinimalPathDiagnostic()
597 PathDiagnosticCallPiece *C; in GenerateMinimalPathDiagnostic()
[all …]
DPlistDiagnostics.cpp206 const PathDiagnosticCallPiece &P, in ReportCall()
274 ReportCall(o, cast<PathDiagnosticCallPiece>(P), FM, SM, LangOpts, in ReportPiece()
323 if (const PathDiagnosticCallPiece *call = in FlushDiagnosticsImpl()
324 dyn_cast<PathDiagnosticCallPiece>(piece)) { in FlushDiagnosticsImpl()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h550 class PathDiagnosticCallPiece : public PathDiagnosticPiece {
551 PathDiagnosticCallPiece(const Decl *callerD, in PathDiagnosticCallPiece() function
556 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller) in PathDiagnosticCallPiece() function
577 ~PathDiagnosticCallPiece() override;
605 static PathDiagnosticCallPiece *construct(const ExplodedNode *N,
609 static PathDiagnosticCallPiece *construct(PathPieces &pieces,