Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefLocalVarsChecker.cpp157 return guardianVisitor.TraverseCompoundStmt(GuardedScope); in isGuardedScopeEmbeddedInGuardianScope()
259 bool TraverseCompoundStmt(CompoundStmt *CS) override { in checkASTDecl() function
261 return DynamicRecursiveASTVisitor::TraverseCompoundStmt(CS); in checkASTDecl()