Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLocalVarsChecker.cpp59 const CompoundStmt *guardiansClosestCompStmtAncestor = nullptr; in isGuardedScopeEmbeddedInGuardianScope() local
71 guardiansClosestCompStmtAncestor = CStmtParentAncestor; in isGuardedScopeEmbeddedInGuardianScope()
75 if (guardiansClosestCompStmtAncestor) in isGuardedScopeEmbeddedInGuardianScope()
79 if (!guardiansClosestCompStmtAncestor) in isGuardedScopeEmbeddedInGuardianScope()
97 if (CStmtAncestor == guardiansClosestCompStmtAncestor) in isGuardedScopeEmbeddedInGuardianScope()