Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1104 bool inCurrentScope(const CapabilityExpr &CapE);
1291 bool ThreadSafetyAnalyzer::inCurrentScope(const CapabilityExpr &CapE) { in inCurrentScope() function in ThreadSafetyAnalyzer
1334 if (inCurrentScope(*Entry) && !Entry->asserted() && !Entry->reentrant()) in addLock()
1654 if (!inCurrentScope(Cp)) in warnIfMutexNotHeld()