Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h491 using CheckLocationFunc = variable
557 void _registerForLocation(CheckLocationFunc checkfn);
668 std::vector<CheckLocationFunc> LocationCheckers;
H A DChecker.h206 CheckerManager::CheckLocationFunc(checker, _checkLocation<CHECKER>)); in _register()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp314 using CheckersTy = std::vector<CheckerManager::CheckLocationFunc>;
333 void runChecker(CheckerManager::CheckLocationFunc checkFn, in runChecker()
840 void CheckerManager::_registerForLocation(CheckLocationFunc checkfn) { in _registerForLocation()