Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp810 HandlesStmtFunc isForStmtFn) { in _registerForPreStmt() argument
811 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/true }; in _registerForPreStmt()
816 HandlesStmtFunc isForStmtFn) { in _registerForPostStmt() argument
817 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/false }; in _registerForPostStmt()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h545 HandlesStmtFunc isForStmtFn);
547 HandlesStmtFunc isForStmtFn);