Home
last modified time | relevance | path

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

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