Home
last modified time | relevance | path

Searched refs:callEnter (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp245 FullSourceLoc X_CEL = X.callEnter.asLocation(); in compareCall()
246 FullSourceLoc Y_CEL = Y.callEnter.asLocation(); in compareCall()
871 callEnter = getLocationForCaller(CalleeCtx, CE.getLocationContext(), SM); in setCallee()
1013 assert(callEnter.asLocation().isValid()); in getCallEnterEvent()
1014 return std::make_shared<PathDiagnosticEventPiece>(callEnter, Out.str()); in getCallEnterEvent()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h587 PathDiagnosticLocation callEnter;
602 PathDiagnosticLocation getLocation() const override { return callEnter; } in getLocation()
610 callEnter.flatten(); in flattenLocations()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp339 if (auto callEnter = P.getCallEnterEvent()) in ReportCall() local
340 ReportPiece(o, *callEnter, indent, depth, /*includeControlFlow*/ true, in ReportCall()
H A DBugReporter.cpp537 if (CallerIsImplicit || !Call->callEnter.asLocation().isValid()) in adjustCallLocations()
538 Call->callEnter = *LastCallLocation; in adjustCallLocations()
550 ThisCallLocation = &Call->callEnter; in adjustCallLocations()
3310 SourceLocation CallLoc = CP->callEnter.asLocation(); in getFirstStackedCallToHeaderFile()