Lines Matching defs:LDat
1326 const FactEntry *LDat = FSet.findLock(FactMan, Cp);
1327 if (!LDat) {
1338 if (ReceivedKind != LK_Generic && LDat->kind() != ReceivedKind) {
1339 Handler.handleIncorrectUnlockKind(Cp.getKind(), Cp.toString(), LDat->kind(),
1340 ReceivedKind, LDat->loc(), UnlockLoc);
1343 LDat->handleUnlock(FSet, FactMan, Cp, UnlockLoc, FullyRemove, Handler);
1629 const FactEntry *LDat = FSet.findLock(FactMan, !Cp);
1630 if (LDat) {
1642 LDat = FSet.findLock(FactMan, Cp);
1643 if (!LDat) {
1649 const FactEntry *LDat = FSet.findLockUniv(FactMan, Cp);
1651 if (!LDat) {
1653 LDat = FSet.findPartialMatch(FactMan, Cp);
1654 if (LDat) {
1656 std::string PartMatchStr = LDat->toString();
1667 if (NoError && LDat && !LDat->isAtLeast(LK)) {
1686 const FactEntry *LDat = FSet.findLock(FactMan, Cp);
1687 if (LDat) {