Home
last modified time | relevance | path

Searched refs:CheckLocationFunc (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h435 CheckLocationFunc; typedef
494 void _registerForLocation(CheckLocationFunc checkfn);
620 std::vector<CheckLocationFunc> LocationCheckers;
DChecker.h195 CheckerManager::CheckLocationFunc(checker, _checkLocation<CHECKER>)); in _register()
/external/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp263 typedef std::vector<CheckerManager::CheckLocationFunc> CheckersTy;
281 void runChecker(CheckerManager::CheckLocationFunc checkFn, in runChecker()
630 void CheckerManager::_registerForLocation(CheckLocationFunc checkfn) { in _registerForLocation()