Searched defs:LockName (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h83 /// \param LockName -- A StringRef name for the lock expression, to be printed
86 virtual void handleUnmatchedUnlock(StringRef Kind, Name LockName, argument
92 /// \param LockName -- A StringRef name for the lock expression, to be printed
98 virtual void handleIncorrectUnlockKind(StringRef Kind, Name LockName, argument
104 /// \param LockName -- A StringRef name for the lock expression, to be printed
107 virtual void handleDoubleLock(StringRef Kind, Name LockName, argument
116 /// \param LockName -- A StringRef name for the lock expression, to be printed
123 virtual void handleMutexHeldEndOfScope(StringRef Kind, Name LockName, argument
132 /// \param LockName -- A StringRef name for the lock expression, to be printed
136 virtual void handleExclusiveAndShared(StringRef Kind, Name LockName, argument
159 handleMutexNotHeld(StringRef Kind, const NamedDecl *D, ProtectedOperationKind POK, Name LockName, LockKind LK, SourceLocation Loc, Name *PossibleMatch = nullptr) argument
171 handleFunExcludesLock(StringRef Kind, Name FunName, Name LockName, SourceLocation Loc) argument
[all...]

Completed in 136 milliseconds