Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h496 using CheckBindFunc = variable
560 void _registerForBind(CheckBindFunc checkfn);
671 std::vector<CheckBindFunc> BindCheckers;
H A DChecker.h222 CheckerManager::CheckBindFunc(checker, _checkBind<CHECKER>)); in _register()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp363 using CheckersTy = std::vector<CheckerManager::CheckBindFunc>;
380 void runChecker(CheckerManager::CheckBindFunc checkFn, in runChecker()
827 void CheckerManager::_registerForBind(CheckBindFunc checkfn) { in _registerForBind()