Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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()