Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h260 const NoteTag *getNoteTag(NoteTag::Callback &&Cb, bool IsPrunable = false) {
261 return Eng.getDataTags().make<NoteTag>(std::move(Cb), IsPrunable);
271 const NoteTag
287 const NoteTag *getNoteTag(std::function<std::string()> &&Cb,
300 const NoteTag *getNoteTag(StringRef Note, bool IsPrunable = false) {
314 const NoteTag *getNoteTag(
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCXXSelfAssignmentChecker.cpp55 const NoteTag *SelfAssignTag = in checkBeginFunction()
65 const NoteTag *NonSelfAssignTag = in checkBeginFunction()
H A DReturnValueChecker.cpp102 const NoteTag *CallTag = C.getNoteTag( in checkPostCall()
149 const NoteTag *CallTag = C.getNoteTag( in checkEndFunction()
H A DErrnoModeling.h72 const NoteTag *getErrnoNoteTag(CheckerContext &C, const std::string &Message);
H A DContainerModeling.cpp54 const NoteTag *getChangeTag(CheckerContext &C, StringRef Text,
402 const NoteTag *ChangeTag = in handleClear()
441 const NoteTag *ChangeTag = in handlePushBack()
470 const NoteTag *ChangeTag = in handlePopBack()
515 const NoteTag *ChangeTag = in handlePushFront()
552 const NoteTag *ChangeTag = in handlePopFront()
695 const NoteTag *ContainerModeling::getChangeTag(CheckerContext &C, in getChangeTag()
H A DDebugContainerModeling.cpp100 const NoteTag *InterestingTag = in analyzerContainerDataField()
H A DCastValueChecker.cpp105 static const NoteTag *getNoteTag(CheckerContext &C, in getNoteTag()
139 static const NoteTag *getNoteTag(CheckerContext &C, in getNoteTag()
H A DMIGChecker.cpp214 const NoteTag *T = in checkPostCall()
H A DErrnoModeling.cpp267 const NoteTag *getErrnoNoteTag(CheckerContext &C, const std::string &Message) { in getErrnoNoteTag()
H A DStreamChecker.cpp396 const NoteTag *constructNoteTag(CheckerContext &C, SymbolRef StreamSym, in constructNoteTag()
401 const NoteTag *constructSetEofNoteTag(CheckerContext &C, in constructSetEofNoteTag()
H A DFuchsiaHandleChecker.cpp482 const NoteTag *T = nullptr; in checkPostCall()
H A DStdLibraryFunctionsChecker.cpp1029 const NoteTag *Tag = C.getNoteTag( in checkPostCall()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp102 const NoteTag *Note = in REGISTER_SET_WITH_PROGRAMSTATE()
118 const NoteTag *Note = nullptr; in postPreviousReturnInvalidatingCall()
152 const NoteTag *PreviousCallNote = in postPreviousReturnInvalidatingCall()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h763 class NoteTag : public DataTag {
774 NoteTag(Callback &&Cb, bool IsPrunable) in NoteTag() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1690 if (isa_and_nonnull<NoteTag>(P.getTag())) in VisitNode()
3322 int NoteTag::Kind = 0;
3333 const NoteTag *T = dyn_cast_or_null<NoteTag>(PP.getTag()); in VisitNode()
H A DCoreEngine.cpp251 ProgramPoint P = L.withTag(getDataTags().make<NoteTag>( in HandleBlockEdge()