Home
last modified time | relevance | path

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

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