Searched defs:isForStmtFn (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp606 HandlesStmtFunc isForStmtFn) {
607 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/true };
611 HandlesStmtFunc isForStmtFn) {
612 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/false };
605 _registerForPreStmt(CheckStmtFunc checkfn, HandlesStmtFunc isForStmtFn) argument
610 _registerForPostStmt(CheckStmtFunc checkfn, HandlesStmtFunc isForStmtFn) argument

Completed in 87 milliseconds