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 477 HandlesStmtFunc isForStmtFn);
479 HandlesStmtFunc isForStmtFn);
575 HandlesStmtFunc IsForStmtFn;
  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 667 HandlesStmtFunc isForStmtFn) {
668 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/true };
672 HandlesStmtFunc isForStmtFn) {
673 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/false };
774 if (Info.IsPreVisit == isPreVisit && Info.IsForStmtFn(S))

Completed in 54 milliseconds