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 D | CheckerContext.h | 257 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 D | CXXSelfAssignmentChecker.cpp | 55 const NoteTag *SelfAssignTag = in checkBeginFunction() 65 const NoteTag *NonSelfAssignTag = in checkBeginFunction()
|
| H A D | ReturnValueChecker.cpp | 101 const NoteTag *CallTag = C.getNoteTag( in checkPostCall() 148 const NoteTag *CallTag = C.getNoteTag( in checkEndFunction()
|
| H A D | ContainerModeling.cpp | 53 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 D | DebugContainerModeling.cpp | 99 const NoteTag *InterestingTag = in analyzerContainerDataField()
|
| H A D | CastValueChecker.cpp | 104 static const NoteTag *getNoteTag(CheckerContext &C, in getNoteTag() 138 static const NoteTag *getNoteTag(CheckerContext &C, in getNoteTag()
|
| H A D | MIGChecker.cpp | 213 const NoteTag *T = in checkPostCall()
|
| H A D | StreamChecker.cpp | 395 const NoteTag *constructNoteTag(CheckerContext &C, SymbolRef StreamSym, in constructNoteTag() 400 const NoteTag *constructSetEofNoteTag(CheckerContext &C, in constructSetEofNoteTag()
|
| H A D | FuchsiaHandleChecker.cpp | 486 const NoteTag *T = nullptr; in checkPostCall()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 765 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 D | CoreEngine.cpp | 222 ProgramPoint P = L.withTag(getDataTags().make<NoteTag>( in HandleBlockEdge()
|
| H A D | BugReporterVisitors.cpp | 3241 int NoteTag::Kind = 0; 3252 const NoteTag *T = dyn_cast_or_null<NoteTag>(PP.getTag()); in VisitNode()
|