Lines Matching refs:IsLock
66 [[nodiscard]] bool matches(const CallEvent &Call, bool IsLock) const { in matches()
67 if (IsLock) { in matches()
122 [[nodiscard]] bool matches(const CallEvent &Call, bool IsLock) const { in matches()
124 if (IsLock) { in matches()
130 bool IsLock) const { in getRegion()
132 if (IsLock) { in getRegion()
191 bool IsLock) const;
230 bool IsLock) const { in checkDescriptorMatch()
232 llvm::find_if(MutexDescriptors, [&Call, IsLock](auto &&Descriptor) { in checkDescriptorMatch()
234 [&Call, IsLock](auto &&DescriptorImpl) { in checkDescriptorMatch()
235 return DescriptorImpl.matches(Call, IsLock); in checkDescriptorMatch()
246 bool IsLock) { in getRegion() argument
248 [&Call, IsLock](auto &&Descriptor) { in getRegion()
249 return Descriptor.getRegion(Call, IsLock); in getRegion()