Home
last modified time | relevance | path

Searched defs:MyChecker (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/plugins/CheckerOptionHandling/
H A DCheckerOptionHandling.cpp10 struct MyChecker : public Checker<check::BeginFunction> { struct
11 void checkBeginFunction(CheckerContext &Ctx) const {} in checkBeginFunction()