Searched refs:NoteTag (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CheckerContext.h | 257 const NoteTag *getNoteTag(NoteTag::Callback &&Cb, bool IsPrunable = false) { 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(
|
H A D | CoreEngine.h | 101 NoteTag::Factory NoteTags; 203 NoteTag::Factory &getNoteTags() { return NoteTags; } in getNoteTags()
|
H A D | ExprEngine.h | 431 NoteTag::Factory &getNoteTags() { return Engine.getNoteTags(); } in getNoteTags()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporter.h | 726 class NoteTag : public ProgramPointTag { 738 NoteTag(Callback &&Cb, bool IsPrunable) in NoteTag() function 766 std::vector<std::unique_ptr<NoteTag>> Tags; 769 const NoteTag *makeNoteTag(Callback &&Cb, bool IsPrunable = false) { 772 std::unique_ptr<NoteTag> T(new NoteTag(std::move(Cb), IsPrunable));
|
/netbsd-src/external/apache2/llvm/dist/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 | FuchsiaHandleChecker.cpp | 486 const NoteTag *T = nullptr; in checkPostCall()
|
H A D | StreamChecker.cpp | 379 const NoteTag *constructNoteTag(CheckerContext &C, SymbolRef StreamSym, in constructNoteTag()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporterVisitors.cpp | 3019 int NoteTag::Kind = 0; 3030 const NoteTag *T = dyn_cast_or_null<NoteTag>(PP.getTag()); in VisitNode()
|