Searched refs:GCDAntipatternChecker (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGCDAntipatternChecker.cpp1 //===- GCDAntipatternChecker.cpp ---------------------------------*- C++ -*-==//
9 // This file defines GCDAntipatternChecker which checks against a common
48 class GCDAntipatternChecker : public Checker<check::ASTCodeBody> { class in namespace:__anon2229
183 const GCDAntipatternChecker *Checker) {
203 void GCDAntipatternChecker::checkASTCodeBody(const Decl *D,
225 Mgr.registerChecker<GCDAntipatternChecker>();
/freebsd-13-stable/lib/clang/libclang/
H A DMakefile530 SRCS_FUL+= StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp

Completed in 59 milliseconds