Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp313 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() argument
330 CheckersTy::const_iterator checkers_begin() { return Checkers.begin(); } in checkers_begin()
[all …]