Searched refs:isPreVisit (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp147 CheckStmtContext(bool isPreVisit, const CheckersTy &checkers, argument
149 : IsPreVisit(isPreVisit), Checkers(checkers), S(s), Eng(eng),
166 void CheckerManager::runCheckersForStmt(bool isPreVisit, argument
172 CheckStmtContext C(isPreVisit, getCachedStmtCheckersFor(S, isPreVisit),
188 CheckObjCMessageContext(bool isPreVisit, const CheckersTy &checkers, argument
191 : IsPreVisit(isPreVisit), WasInlined(wasInlined), Checkers(checkers),
205 void CheckerManager::runCheckersForObjCMessage(bool isPreVisit, argument
211 CheckObjCMessageContext C(isPreVisit,
212 isPreVisit
231 CheckCallContext(bool isPreVisit, const CheckersTy &checkers, const CallEvent &call, ExprEngine &eng, bool wasInlined) argument
248 runCheckersForCallEvent(bool isPreVisit, ExplodedNodeSet &Dst, const ExplodedNodeSet &Src, const CallEvent &Call, ExprEngine &Eng, bool WasInlined) argument
692 getCachedStmtCheckersFor(const Stmt *S, bool isPreVisit) argument
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h240 runCheckersForStmt(/*isPreVisit=*/true, Dst, Src, S, Eng);
254 runCheckersForStmt(/*isPreVisit=*/false, Dst, Src, S, Eng, wasInlined);
258 void runCheckersForStmt(bool isPreVisit,
268 runCheckersForObjCMessage(/*isPreVisit=*/true, Dst, Src, msg, Eng);
277 runCheckersForObjCMessage(/*isPreVisit=*/false, Dst, Src, msg, Eng,
282 void runCheckersForObjCMessage(bool isPreVisit,
291 runCheckersForCallEvent(/*isPreVisit=*/true, Dst, Src, Call, Eng);
298 runCheckersForCallEvent(/*isPreVisit=*/false, Dst, Src, Call, Eng,
303 void runCheckersForCallEvent(bool isPreVisit, ExplodedNodeSet &Dst,
612 bool isPreVisit);
[all...]

Completed in 62 milliseconds