Home
last modified time | relevance | path

Searched refs:LocationCheckers (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp41 !LocationCheckers.empty() || in hasPathSensitiveCheckers()
356 CheckLocationContext C(LocationCheckers, location, isLoad, NodeEx, in runCheckersForLocation()
825 LocationCheckers.push_back(checkfn); in _registerForLocation()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h669 std::vector<CheckLocationFunc> LocationCheckers; variable