Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp1028 bool inCurrentScope(const CapabilityExpr &CapE);
1271 bool ThreadSafetyAnalyzer::inCurrentScope(const CapabilityExpr &CapE) { in inCurrentScope() function in ThreadSafetyAnalyzer
1298 if (inCurrentScope(*Entry) && !Entry->asserted()) in addLock()
1638 if (!Analyzer->inCurrentScope(Cp)) in warnIfMutexNotHeld()