Home
last modified time | relevance | path

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 DCheckerContext.h257 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 DCoreEngine.h101 NoteTag::Factory NoteTags;
203 NoteTag::Factory &getNoteTags() { return NoteTags; } in getNoteTags()
H A DExprEngine.h431 NoteTag::Factory &getNoteTags() { return Engine.getNoteTags(); } in getNoteTags()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h726 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 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 DFuchsiaHandleChecker.cpp486 const NoteTag *T = nullptr; in checkPostCall()
H A DStreamChecker.cpp379 const NoteTag *constructNoteTag(CheckerContext &C, SymbolRef StreamSym, in constructNoteTag()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp3019 int NoteTag::Kind = 0;
3030 const NoteTag *T = dyn_cast_or_null<NoteTag>(PP.getTag()); in VisitNode()