Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp434 maybeEmitNote(PathSensitiveBugReport &R, const CallEvent &Call,
590 return maybeEmitNote(R, *Call, N, {}, SelfRegion, "self", in VisitNode()
599 return maybeEmitNote(R, *Call, N, {}, ThisR, "this", in VisitNode()
618 return maybeEmitNote(R, *Call, N, {}, MR, ParamName, in VisitNode()
628 return maybeEmitNote(R, *Call, N, *P, RegionOfInterest, ParamName, in VisitNode()
679 PathDiagnosticPieceRef NoStoreFuncVisitor::maybeEmitNote( in maybeEmitNote() function in NoStoreFuncVisitor