Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefLocalVarsChecker.cpp141 const CompoundStmt *FirstCompondStmt = nullptr; in isGuardedScopeEmbeddedInGuardianScope() local
150 if (!FirstCompondStmt) { in isGuardedScopeEmbeddedInGuardianScope()
151 FirstCompondStmt = CStmtAncestor; in isGuardedScopeEmbeddedInGuardianScope()
156 auto *GuardedScope = const_cast<CompoundStmt *>(FirstCompondStmt); in isGuardedScopeEmbeddedInGuardianScope()