Home
last modified time | relevance | path

Searched refs:DataTag (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h738 class DataTag : public ProgramPointTag {
744 std::vector<std::unique_ptr<DataTag>> Tags;
758 DataTag(void *TagKind) : ProgramPointTag(TagKind) {} in DataTag() function
763 class NoteTag : public DataTag {
775 : DataTag(&Kind), Cb(std::move(Cb)), IsPrunable(IsPrunable) {} in NoteTag()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h103 DataTag::Factory DataTags;
208 DataTag::Factory &getDataTags() { return DataTags; } in getDataTags()
H A DExprEngine.h434 DataTag::Factory &getDataTags() { return Engine.getDataTags(); } in getDataTags()