Lines Matching defs:CheckLocationContext
313 struct CheckLocationContext { struct
314 using CheckersTy = std::vector<CheckerManager::CheckLocationFunc>;
316 const CheckersTy &Checkers;
317 SVal Loc;
318 bool IsLoad;
319 const Stmt *NodeEx; /* Will become a CFGStmt */
320 const Stmt *BoundEx;
321 ExprEngine &Eng;
323 CheckLocationContext(const CheckersTy &checkers, in CheckLocationContext() function
330 CheckersTy::const_iterator checkers_begin() { return Checkers.begin(); } in checkers_begin()
331 CheckersTy::const_iterator checkers_end() { return Checkers.end(); } in checkers_end()
333 void runChecker(CheckerManager::CheckLocationFunc checkFn, in runChecker()