Searched defs:CheckStmtFunc (Results 1 - 1 of 1) sorted by path

/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h447 typedef CheckerFn<void (const Stmt *, CheckerContext &)> CheckStmtFunc; typedef in class:clang::ento::CheckerManager
506 void _registerForPreStmt(CheckStmtFunc checkfn,
508 void _registerForPostStmt(CheckStmtFunc checkfn,
601 CheckStmtFunc CheckFn;
607 typedef SmallVector<CheckStmtFunc, 4> CachedStmtCheckers;

Completed in 716 milliseconds