Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h492 using CheckLocationFunc = variable
558 void _registerForLocation(CheckLocationFunc checkfn);
669 std::vector<CheckLocationFunc> LocationCheckers;
H A DChecker.h206 CheckerManager::CheckLocationFunc(checker, _checkLocation<CHECKER>)); in _register()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp313 using CheckersTy = std::vector<CheckerManager::CheckLocationFunc>;
332 void runChecker(CheckerManager::CheckLocationFunc checkFn, in runChecker()
823 void CheckerManager::_registerForLocation(CheckLocationFunc checkfn) { in _registerForLocation()