Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLocalVarsChecker.cpp91 for (auto &guardedVarAncestor : guardedVarAncestors) { in isGuardedScopeEmbeddedInGuardianScope() local
92 if (auto *CStmtAncestor = guardedVarAncestor.get<CompoundStmt>()) { in isGuardedScopeEmbeddedInGuardianScope()