Lines Matching refs:notify
63 bool notify) { in Append() argument
67 if (notify && m_callback) in Append()
71 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { in Append() argument
78 if (notify && m_callback) in Append()
84 llvm::StringRef replacement, bool notify) { in AppendUnique() argument
93 Append(path, replacement, notify); in AppendUnique()
98 uint32_t index, bool notify) { in Insert() argument
108 if (notify && m_callback) in Insert()
113 uint32_t index, bool notify) { in Replace() argument
119 if (notify && m_callback) in Replace()
124 bool PathMappingList::Remove(size_t index, bool notify) { in Remove() argument
132 if (notify && m_callback) in Remove()
167 void PathMappingList::Clear(bool notify) { in Clear() argument
172 if (notify && m_callback) in Clear()
266 bool notify) { in Replace() argument
272 if (notify && m_callback) in Replace()
279 bool PathMappingList::Remove(ConstString path, bool notify) { in Remove() argument
285 if (notify && m_callback) in Remove()