Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h491 using CheckLocationFunc = CheckerFn<void(SVal location, bool isLoad, variable
554 void _registerForLocation(CheckLocationFunc checkfn);
665 std::vector<CheckLocationFunc> LocationCheckers;
H A DChecker.h205 CheckerManager::CheckLocationFunc(checker, _checkLocation<CHECKER>)); in _register()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp312 using CheckersTy = std::vector<CheckerManager::CheckLocationFunc>;
331 void runChecker(CheckerManager::CheckLocationFunc checkFn, in runChecker()
838 void CheckerManager::_registerForLocation(CheckLocationFunc checkfn) { in _registerForLocation()