Home
last modified time | relevance | path

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

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