Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h143 SourceLocation LocLocked, in handleIncorrectUnlockKind() argument
153 SourceLocation LocLocked, in handleDoubleLock() argument
171 SourceLocation LocLocked,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1962 OptionalNotes makeLockedHereNote(SourceLocation LocLocked, StringRef Kind) { in makeLockedHereNote() argument
1963 return LocLocked.isValid() in makeLockedHereNote()
1965 LocLocked, S.PDiag(diag::note_locked_here) << Kind)) in makeLockedHereNote()
2055 SourceLocation LocLocked, in handleIncorrectUnlockKind() argument
2063 makeLockedHereNote(LocLocked, Kind)); in handleIncorrectUnlockKind()
2066 void handleDoubleLock(StringRef Kind, Name LockName, SourceLocation LocLocked, in handleDoubleLock() argument
2073 makeLockedHereNote(LocLocked, Kind)); in handleDoubleLock()
2077 SourceLocation LocLocked, in handleMutexHeldEndOfScope() argument
2103 makeLockedHereNote(LocLocked, Kind)); in handleMutexHeldEndOfScope()