Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp349 if (auto callEnterWithinCaller = P.getCallEnterWithinCallerEvent()) in ReportCall()
645 if (auto CallEnterWithin = Call->getCallEnterWithinCallerEvent()) in FlushDiagnosticsImpl()
/src/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h606 getCallEnterWithinCallerEvent() const;
/src/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp1023 PathDiagnosticCallPiece::getCallEnterWithinCallerEvent() const { in getCallEnterWithinCallerEvent() function in PathDiagnosticCallPiece