Searched defs:isForStmtFn (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp633 HandlesStmtFunc isForStmtFn) {
634 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/true };
638 HandlesStmtFunc isForStmtFn) {
639 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/false };
632 _registerForPreStmt(CheckStmtFunc checkfn, HandlesStmtFunc isForStmtFn) argument
637 _registerForPostStmt(CheckStmtFunc checkfn, HandlesStmtFunc isForStmtFn) argument

Completed in 62 milliseconds