Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp592 maybeEmitNote(PathSensitiveBugReport &R, const CallEvent &Call,
710 return maybeEmitNote(R, Call, N, {}, SelfRegion, "self", in maybeEmitNoteForObjCSelf()
722 return maybeEmitNote(R, Call, N, {}, ThisR, "this", in maybeEmitNoteForCXXThis()
749 return maybeEmitNote(R, Call, N, {}, MR, ParamName, in maybeEmitNoteForParameters()
761 return maybeEmitNote(R, Call, N, *P, RegionOfInterest, ParamName, in maybeEmitNoteForParameters()
783 PathDiagnosticPieceRef NoStoreFuncVisitor::maybeEmitNote( in maybeEmitNote() function in NoStoreFuncVisitor