Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Analysis/Analyses/
DThreadSafety.h221 virtual void handleLockAcquiredBefore(StringRef Kind, Name L1Name, in handleLockAcquiredBefore() argument
225 virtual void handleBeforeAfterCycle(Name L1Name, SourceLocation Loc) {} in handleBeforeAfterCycle() argument
/openbsd/src/gnu/llvm/clang/lib/Sema/
DAnalysisBasedWarnings.cpp2027 void handleLockAcquiredBefore(StringRef Kind, Name L1Name, Name L2Name, in handleLockAcquiredBefore() argument
2030 S.PDiag(diag::warn_acquired_before) << Kind << L1Name << L2Name); in handleLockAcquiredBefore()
2034 void handleBeforeAfterCycle(Name L1Name, SourceLocation Loc) override { in handleBeforeAfterCycle() argument
2036 S.PDiag(diag::warn_acquired_before_after_cycle) << L1Name); in handleBeforeAfterCycle()