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 373 HandlesStmtFunc isForStmtFn);
375 HandlesStmtFunc isForStmtFn);
463 HandlesStmtFunc IsForStmtFn;
  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 513 HandlesStmtFunc isForStmtFn) {
514 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/true };
518 HandlesStmtFunc isForStmtFn) {
519 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/false };
600 if (info.IsPreVisit == isPreVisit && info.IsForStmtFn(S))

Completed in 56 milliseconds