Home
last modified time | relevance | path

Searched defs:CheckLocationContext (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp311 struct CheckLocationContext { struct
312 using CheckersTy = std::vector<CheckerManager::CheckLocationFunc>;
314 const CheckersTy &Checkers;
315 SVal Loc;
316 bool IsLoad;
317 const Stmt *NodeEx; /* Will become a CFGStmt */
318 const Stmt *BoundEx;
319 ExprEngine &Eng;
321 CheckLocationContext(const CheckersTy &checkers, in CheckLocationContext() function
328 CheckersTy::const_iterator checkers_begin() { return Checkers.begin(); } in checkers_begin()
[all …]