Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp606 HandlesStmtFunc isForStmtFn) { in _registerForPreStmt() argument
607 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/true }; in _registerForPreStmt()
611 HandlesStmtFunc isForStmtFn) { in _registerForPostStmt() argument
612 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/false }; in _registerForPostStmt()
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h484 HandlesStmtFunc isForStmtFn);
486 HandlesStmtFunc isForStmtFn);