Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h554 void _registerForLocation(CheckLocationFunc checkfn);
H A DChecker.h204 mgr._registerForLocation( in _register()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp838 void CheckerManager::_registerForLocation(CheckLocationFunc checkfn) { in _registerForLocation() function in CheckerManager