Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1024 bool inCurrentScope(const CapabilityExpr &CapE);
1230 bool ThreadSafetyAnalyzer::inCurrentScope(const CapabilityExpr &CapE) { in inCurrentScope() function in ThreadSafetyAnalyzer
1273 if (inCurrentScope(*Entry) && !Entry->asserted()) in addLock()
1615 if (!inCurrentScope(Cp)) in warnIfMutexNotHeld()