Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h253 runCheckersForStmt(/*isPreVisit=*/true, Dst, Src, S, Eng); in runCheckersForPreStmt()
267 runCheckersForStmt(/*isPreVisit=*/false, Dst, Src, S, Eng, wasInlined);
271 void runCheckersForStmt(bool isPreVisit,
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp183 void CheckerManager::runCheckersForStmt(bool isPreVisit, in runCheckersForStmt() function in CheckerManager