Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp442 CheckBeginFunctionContext C(BeginFunctionCheckers, Eng, L); in runCheckersForBeginFunction()
837 BeginFunctionCheckers.push_back(checkfn); in _registerForBeginFunction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h675 std::vector<CheckBeginFunctionFunc> BeginFunctionCheckers; variable