Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h40 using ShouldRegisterFunction = bool (*)(const CheckerManager &); variable
105 ShouldRegisterFunction ShouldRegister = nullptr;
130 CheckerInfo(RegisterCheckerFn Fn, ShouldRegisterFunction sfn, StringRef Name, in CheckerInfo()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/
H A DCheckerRegistry.h118 void addChecker(RegisterCheckerFn Fn, ShouldRegisterFunction sfn,