Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h425 CheckLocationFunc; typedef
489 void _registerForLocation(CheckLocationFunc checkfn);
599 std::vector<CheckLocationFunc> LocationCheckers;
DChecker.h206 CheckerManager::CheckLocationFunc(checker, _checkLocation<CHECKER>)); in _register()
/external/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp290 typedef std::vector<CheckerManager::CheckLocationFunc> CheckersTy;
308 void runChecker(CheckerManager::CheckLocationFunc checkFn, in runChecker()
696 void CheckerManager::_registerForLocation(CheckLocationFunc checkfn) { in _registerForLocation()