Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h277 StringRef CapKind; variable
282 : CapExpr(E, Neg), CapKind(Kind) {} in CapabilityExpr()
288 StringRef getKind() const { return CapKind; } in getKind()
292 return CapabilityExpr(CapExpr.getPointer(), CapKind, !CapExpr.getInt());
/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafety.cpp305 SourceLocation Loc, StringRef CapKind);
1135 SourceLocation Loc, StringRef CapKind) { in checkBeforeAfter() argument
1162 Analyzer.Handler.handleLockAcquiredBefore(CapKind, L1, L2, Loc); in checkBeforeAfter()