Searched refs:IsPrunable (Results 1 – 3 of 3) 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));
536 Optional<bool> IsPrunable; variable548 if (IsPrunable.hasValue() && !override)550 IsPrunable = isPrunable;555 return IsPrunable.hasValue() ? IsPrunable.getValue() : false; in isPrunable()