Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h494 using CheckBindFunc = variable
556 void _registerForBind(CheckBindFunc checkfn);
667 std::vector<CheckBindFunc> BindCheckers;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp362 using CheckersTy = std::vector<CheckerManager::CheckBindFunc>;
379 void runChecker(CheckerManager::CheckBindFunc checkFn, in runChecker()
842 void CheckerManager::_registerForBind(CheckBindFunc checkfn) { in _registerForBind()