Home
last modified time | relevance | path

Searched refs:LocUnlock (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafety.h129 SourceLocation LocUnlock) {} in handleIncorrectUnlockKind() argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1874 SourceLocation LocUnlock) override { in handleIncorrectUnlockKind() argument
1875 if (LocUnlock.isInvalid()) in handleIncorrectUnlockKind()
1876 LocUnlock = FunLocation; in handleIncorrectUnlockKind()
1878 LocUnlock, S.PDiag(diag::warn_unlock_kind_mismatch) in handleIncorrectUnlockKind()