Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp793 HandlesStmtFunc isForStmtFn) { in _registerForPreStmt() argument
794 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/true }; in _registerForPreStmt()
799 HandlesStmtFunc isForStmtFn) { in _registerForPostStmt() argument
800 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/false }; in _registerForPostStmt()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h546 HandlesStmtFunc isForStmtFn);
548 HandlesStmtFunc isForStmtFn);