Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp667 HandlesStmtFunc isForStmtFn) { in _registerForPreStmt() argument
668 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/true }; in _registerForPreStmt()
672 HandlesStmtFunc isForStmtFn) { in _registerForPostStmt() argument
673 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/false }; in _registerForPostStmt()
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h477 HandlesStmtFunc isForStmtFn);
479 HandlesStmtFunc isForStmtFn);