Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp808 HandlesStmtFunc isForStmtFn) { in _registerForPreStmt() argument
809 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/true }; in _registerForPreStmt()
814 HandlesStmtFunc isForStmtFn) { in _registerForPostStmt() argument
815 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/false }; in _registerForPostStmt()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h542 HandlesStmtFunc isForStmtFn);
544 HandlesStmtFunc isForStmtFn);