Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp348 if (auto callEnterWithinCaller = P.getCallEnterWithinCallerEvent()) in ReportCall()
646 if (auto CallEnterWithin = Call->getCallEnterWithinCallerEvent()) in FlushDiagnosticsImpl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h609 getCallEnterWithinCallerEvent() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp1021 PathDiagnosticCallPiece::getCallEnterWithinCallerEvent() const { in getCallEnterWithinCallerEvent() function in PathDiagnosticCallPiece