Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h144 SourceLocation LocUnlock) {} in handleIncorrectUnlockKind() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2056 SourceLocation LocUnlock) override { in handleIncorrectUnlockKind() argument
2057 if (LocUnlock.isInvalid()) in handleIncorrectUnlockKind()
2058 LocUnlock = FunLocation; in handleIncorrectUnlockKind()
2060 LocUnlock, S.PDiag(diag::warn_unlock_kind_mismatch) in handleIncorrectUnlockKind()