HomeSort by relevance Sort by last modified time
    Searched refs:IsForStmtFn (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 507 HandlesStmtFunc isForStmtFn);
509 HandlesStmtFunc isForStmtFn);
602 HandlesStmtFunc IsForStmtFn;
  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 606 HandlesStmtFunc isForStmtFn) {
607 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/true };
611 HandlesStmtFunc isForStmtFn) {
612 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/false };
704 if (Info.IsPreVisit == isPreVisit && Info.IsForStmtFn(S))

Completed in 52 milliseconds