Home
last modified time | relevance | path

Searched refs:getCallExitEvent (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp80 if (auto callExit = Call.getCallExitEvent()) in flattenTo()
1037 PathDiagnosticCallPiece::getCallExitEvent() const { in getCallExitEvent() function in PathDiagnosticCallPiece
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h607 std::shared_ptr<PathDiagnosticEventPiece> getCallExitEvent() const;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp355 if (auto callExit = P.getCallExitEvent()) in ReportCall()