Searched refs:runCheckersForStmt (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerManager.h | 252 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 D | CheckerManager.cpp | 182 void CheckerManager::runCheckersForStmt(bool isPreVisit, in runCheckersForStmt() function in CheckerManager
|