Lines Matching defs:LockName
1912 void handleUnmatchedUnlock(StringRef Kind, Name LockName, SourceLocation Loc,
1917 << Kind << LockName);
1922 void handleIncorrectUnlockKind(StringRef Kind, Name LockName,
1930 << Kind << LockName << Received << Expected);
1935 void handleDoubleLock(StringRef Kind, Name LockName, SourceLocation LocLocked,
1940 << Kind << LockName);
1945 void handleMutexHeldEndOfScope(StringRef Kind, Name LockName,
1968 << LockName);
1973 void handleExclusiveAndShared(StringRef Kind, Name LockName,
1978 << Kind << LockName);
1980 << Kind << LockName);
1997 ProtectedOperationKind POK, Name LockName,
2027 << LockName << LK);
2063 << LockName << LK);
2073 void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg,
2077 << Kind << LockName << Neg);
2081 void handleNegativeNotHeld(const NamedDecl *D, Name LockName,
2084 Loc, S.PDiag(diag::warn_fun_requires_negative_cap) << D << LockName);
2088 void handleFunExcludesLock(StringRef Kind, Name FunName, Name LockName,
2091 << Kind << FunName << LockName);