Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp596 maybeEmitNote(PathSensitiveBugReport &R, const CallEvent &Call,
714 return maybeEmitNote(R, Call, N, {}, SelfRegion, "self", in maybeEmitNoteForObjCSelf()
726 return maybeEmitNote(R, Call, N, {}, ThisR, "this", in maybeEmitNoteForCXXThis()
753 return maybeEmitNote(R, Call, N, {}, MR, ParamName, in maybeEmitNoteForParameters()
765 return maybeEmitNote(R, Call, N, *P, RegionOfInterest, ParamName, in maybeEmitNoteForParameters()
787 PathDiagnosticPieceRef NoStoreFuncVisitor::maybeEmitNote( in maybeEmitNote() function in NoStoreFuncVisitor