Searched refs:getNoteTag (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h257 const NoteTag *getNoteTag(NoteTag::Callback &&Cb, bool IsPrunable = false) { function in class:clang::ento::CheckerContext
261 /// A shorthand version of getNoteTag that doesn't require you to accept
269 *getNoteTag(std::function<std::string(PathSensitiveBugReport &)> &&Cb, function in class:clang::ento::CheckerContext
271 return getNoteTag(
277 /// A shorthand version of getNoteTag that doesn't require you to accept
284 const NoteTag *getNoteTag(std::function<std::string()> &&Cb, function in namespace:clang::ento
286 return getNoteTag([Cb](BugReporterContext &,
291 /// A shorthand version of getNoteTag that accepts a plain note.
297 const NoteTag *getNoteTag(StringRef Note, bool IsPrunable = false) { function in namespace:clang
298 return getNoteTag(
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCXXSelfAssignmentChecker.cpp56 C.getNoteTag([MD](PathSensitiveBugReport &BR) -> std::string {
66 C.getNoteTag([MD](PathSensitiveBugReport &BR) -> std::string {
H A DReturnValueChecker.cpp101 const NoteTag *CallTag = C.getNoteTag(
148 const NoteTag *CallTag = C.getNoteTag(
H A DCastValueChecker.cpp104 static const NoteTag *getNoteTag(CheckerContext &C, function
113 return C.getNoteTag(
138 static const NoteTag *getNoteTag(CheckerContext &C,
144 return C.getNoteTag(
255 getNoteTag(C, CastInfo, CastToTy, Object, CastSucceeds, IsKnownCast));
318 getNoteTag(C, CastInfo, CastToTy, Call.getArgExpr(0), true,
332 getNoteTag(C, CastToTyVec, Call.getArgExpr(0), IsAnyKnown));
362 C.getNoteTag("Assuming null pointer is passed into cast",
H A DDebugContainerModeling.cpp100 C.getNoteTag(
H A DMIGChecker.cpp214 C.getNoteTag([this, PVD](PathSensitiveBugReport &BR) -> std::string {
H A DFuchsiaHandleChecker.cpp386 T = C.getNoteTag([this, Notes{std::move(Notes)}](
H A DStreamChecker.cpp374 return C.getNoteTag(NoteFn{getCheckerName(), StreamSym, Message});
H A DContainerModeling.cpp723 return C.getNoteTag(

Completed in 91 milliseconds