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