Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h561 void _registerForEndFunction(CheckEndFunctionFunc checkfn);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp854 void CheckerManager::_registerForEndFunction(CheckEndFunctionFunc checkfn) { in _registerForEndFunction() function in CheckerManager