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 461 HandlesStmtFunc isForStmtFn);
463 HandlesStmtFunc isForStmtFn);
554 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 };
700 if (info.IsPreVisit == isPreVisit && info.IsForStmtFn(S))

Completed in 648 milliseconds