Searched refs:IsPrunable (Results 1 – 3 of 3) sorted by relevance
257 const NoteTag *getNoteTag(NoteTag::Callback &&Cb, bool IsPrunable = false) {258 return Eng.getDataTags().make<NoteTag>(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);
774 const bool IsPrunable; variable776 NoteTag(Callback &&Cb, bool IsPrunable) in NoteTag() argument777 : DataTag(&Kind), Cb(std::move(Cb)), IsPrunable(IsPrunable) {} in NoteTag()800 bool isPrunable() const { return IsPrunable; } in isPrunable()
536 Optional<bool> IsPrunable; variable548 if (IsPrunable.hasValue() && !override)550 IsPrunable = isPrunable;555 return IsPrunable.hasValue() ? IsPrunable.getValue() : false; in isPrunable()