Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h431 using CheckLocationFunc = variable
497 void _registerForLocation(CheckLocationFunc checkfn);
608 std::vector<CheckLocationFunc> LocationCheckers;
H A DChecker.h206 CheckerManager::CheckLocationFunc(checker, _checkLocation<CHECKER>)); in _register()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp304 using CheckersTy = std::vector<CheckerManager::CheckLocationFunc>;
323 void runChecker(CheckerManager::CheckLocationFunc checkFn, in runChecker()
748 void CheckerManager::_registerForLocation(CheckLocationFunc checkfn) { in _registerForLocation()