Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp633 HandlesStmtFunc isForStmtFn) { in _registerForPreStmt() argument
634 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/true }; in _registerForPreStmt()
638 HandlesStmtFunc isForStmtFn) { in _registerForPostStmt() argument
639 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/false }; in _registerForPostStmt()
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h469 HandlesStmtFunc isForStmtFn);
471 HandlesStmtFunc isForStmtFn);