Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h257 const NoteTag *getNoteTag(NoteTag::Callback &&Cb, bool IsPrunable = false) {
258 return Eng.getDataTags().make<NoteTag>(std::move(Cb), IsPrunable);
268 const NoteTag
284 const NoteTag *getNoteTag(std::function<std::string()> &&Cb,
297 const NoteTag *getNoteTag(StringRef Note, bool IsPrunable = false) {
311 const NoteTag *getNoteTag(
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCXXSelfAssignmentChecker.cpp55 const NoteTag *SelfAssignTag = in checkBeginFunction()
65 const NoteTag *NonSelfAssignTag = in checkBeginFunction()
H A DReturnValueChecker.cpp101 const NoteTag *CallTag = C.getNoteTag( in checkPostCall()
148 const NoteTag *CallTag = C.getNoteTag( in checkEndFunction()
H A DContainerModeling.cpp53 const NoteTag *getChangeTag(CheckerContext &C, StringRef Text,
416 const NoteTag *ChangeTag = in handleClear()
455 const NoteTag *ChangeTag = in handlePushBack()
484 const NoteTag *ChangeTag = in handlePopBack()
529 const NoteTag *ChangeTag = in handlePushFront()
566 const NoteTag *ChangeTag = in handlePopFront()
709 const NoteTag *ContainerModeling::getChangeTag(CheckerContext &C, in getChangeTag()
H A DDebugContainerModeling.cpp99 const NoteTag *InterestingTag = in analyzerContainerDataField()
H A DCastValueChecker.cpp104 static const NoteTag *getNoteTag(CheckerContext &C, in getNoteTag()
138 static const NoteTag *getNoteTag(CheckerContext &C, in getNoteTag()
H A DMIGChecker.cpp213 const NoteTag *T = in checkPostCall()
H A DStreamChecker.cpp395 const NoteTag *constructNoteTag(CheckerContext &C, SymbolRef StreamSym, in constructNoteTag()
400 const NoteTag *constructSetEofNoteTag(CheckerContext &C, in constructSetEofNoteTag()
H A DFuchsiaHandleChecker.cpp486 const NoteTag *T = nullptr; in checkPostCall()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h765 class NoteTag : public DataTag {
776 NoteTag(Callback &&Cb, bool IsPrunable) in NoteTag() function
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp222 ProgramPoint P = L.withTag(getDataTags().make<NoteTag>( in HandleBlockEdge()
H A DBugReporterVisitors.cpp3241 int NoteTag::Kind = 0;
3252 const NoteTag *T = dyn_cast_or_null<NoteTag>(PP.getTag()); in VisitNode()