Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp90 if (auto callExit = Call.getCallExitEvent()) in flattenTo()
1040 PathDiagnosticCallPiece::getCallExitEvent() const { in getCallExitEvent() function in PathDiagnosticCallPiece
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DPathDiagnostic.h607 std::shared_ptr<PathDiagnosticEventPiece> getCallExitEvent() const;
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp358 if (auto callExit = P.getCallExitEvent()) in ReportCall()