Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h502 using CheckBindFunc = variable
567 void _registerForBind(CheckBindFunc checkfn);
675 std::vector<CheckBindFunc> BindCheckers;
H A DChecker.h220 CheckerManager::CheckBindFunc(checker, _checkBind<CHECKER>)); in _register()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp371 using CheckersTy = std::vector<CheckerManager::CheckBindFunc>;
388 void runChecker(CheckerManager::CheckBindFunc checkFn, in runChecker()
910 void CheckerManager::_registerForBind(CheckBindFunc checkfn) { in _registerForBind()