Lines Matching defs:LockName
1880 void handleUnmatchedUnlock(StringRef Kind, Name LockName, SourceLocation Loc,
1885 << Kind << LockName);
1890 void handleIncorrectUnlockKind(StringRef Kind, Name LockName,
1898 << Kind << LockName << Received << Expected);
1903 void handleDoubleLock(StringRef Kind, Name LockName, SourceLocation LocLocked,
1908 << Kind << LockName);
1913 void handleMutexHeldEndOfScope(StringRef Kind, Name LockName,
1936 << LockName);
1941 void handleExclusiveAndShared(StringRef Kind, Name LockName,
1946 << Kind << LockName);
1948 << Kind << LockName);
1965 ProtectedOperationKind POK, Name LockName,
1995 << LockName << LK);
2031 << LockName << LK);
2041 void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg,
2045 << Kind << LockName << Neg);
2049 void handleNegativeNotHeld(const NamedDecl *D, Name LockName,
2052 Loc, S.PDiag(diag::warn_fun_requires_negative_cap) << D << LockName);
2056 void handleFunExcludesLock(StringRef Kind, Name FunName, Name LockName,
2059 << Kind << FunName << LockName);