Home
last modified time | relevance | path

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

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