Home
last modified time | relevance | path

Searched refs:handleNegativeNotHeld (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h199 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld() function
207 virtual void handleNegativeNotHeld(const NamedDecl *D, Name LockName, in handleNegativeNotHeld() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2001 void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld() function in clang::threadSafety::__anondc78ae6b1111::ThreadSafetyReporter
2009 void handleNegativeNotHeld(const NamedDecl *D, Name LockName, in handleNegativeNotHeld() function in clang::threadSafety::__anondc78ae6b1111::ThreadSafetyReporter
/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafety.cpp1260 Handler.handleNegativeNotHeld(Entry->getKind(), Entry->toString(), in addLock()
1600 Analyzer->Handler.handleNegativeNotHeld(D, Cp.toString(), Loc); in warnIfMutexNotHeld()