Searched refs:IsPrunable (Results 1 – 4 of 4) sorted by relevance
257 const NoteTag *getNoteTag(NoteTag::Callback &&Cb, bool IsPrunable = false) {258 return Eng.getNoteTags().makeNoteTag(std::move(Cb), IsPrunable);270 bool IsPrunable = false) {274 IsPrunable);285 bool IsPrunable = false) {288 IsPrunable);297 const NoteTag *getNoteTag(StringRef Note, bool IsPrunable = false) {301 IsPrunable);313 bool IsPrunable = false) {321 IsPrunable);
736 const bool IsPrunable; variable738 NoteTag(Callback &&Cb, bool IsPrunable) in NoteTag() argument739 : ProgramPointTag(&Kind), Cb(std::move(Cb)), IsPrunable(IsPrunable) {} in NoteTag()762 bool isPrunable() const { return IsPrunable; } in isPrunable()769 const NoteTag *makeNoteTag(Callback &&Cb, bool IsPrunable = false) {772 std::unique_ptr<NoteTag> T(new NoteTag(std::move(Cb), IsPrunable));
538 Optional<bool> IsPrunable; variable550 if (IsPrunable.hasValue() && !override)552 IsPrunable = isPrunable;557 return IsPrunable.hasValue() ? IsPrunable.getValue() : false; in isPrunable()
502 Optional<bool> IsPrunable; variable523 if (IsPrunable.hasValue() && !override)525 IsPrunable = isPrunable;530 return IsPrunable.hasValue() ? IsPrunable.getValue() : false; in isPrunable()