Searched defs:LocLocked (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafety.h | 133 SourceLocation LocLocked, in handleIncorrectUnlockKind() argument 143 SourceLocation LocLocked, in handleDoubleLock() argument 160 SourceLocation LocLocked, in handleMutexHeldEndOfScope() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1839 makeLockedHereNote(SourceLocation LocLocked,StringRef Kind) makeLockedHereNote() argument 1892 handleIncorrectUnlockKind(StringRef Kind,Name LockName,LockKind Expected,LockKind Received,SourceLocation LocLocked,SourceLocation LocUnlock) handleIncorrectUnlockKind() argument 1903 handleDoubleLock(StringRef Kind,Name LockName,SourceLocation LocLocked,SourceLocation LocDoubleLock) handleDoubleLock() argument 1914 handleMutexHeldEndOfScope(StringRef Kind,Name LockName,SourceLocation LocLocked,SourceLocation LocEndOfScope,LockErrorKind LEK) handleMutexHeldEndOfScope() argument
|