Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h789 maybeEmitNote(PathSensitiveBugReport &R, const CallEvent &Call,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp621 return maybeEmitNote(R, Call, N, {}, SelfRegion, "self", in maybeEmitNoteForObjCSelf()
633 return maybeEmitNote(R, Call, N, {}, ThisR, "this", in maybeEmitNoteForCXXThis()
660 return maybeEmitNote(R, Call, N, {}, MR, ParamName, in maybeEmitNoteForParameters()
672 return maybeEmitNote(R, Call, N, *P, RegionOfInterest, ParamName, in maybeEmitNoteForParameters()
694 PathDiagnosticPieceRef NoStoreFuncVisitor::maybeEmitNote( in maybeEmitNote() function in NoStoreFuncVisitor