Searched refs:checkBeginFunction (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/plugins/CheckerDependencyHandling/
H A DCheckerDependencyHandling.cpp11 void checkBeginFunction(CheckerContext &Ctx) const {} function in struct:__anon1653::Dependency
14 void checkBeginFunction(CheckerContext &Ctx) const {} function in struct:__anon1653::DependendentChecker
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/plugins/CheckerOptionHandling/
H A DCheckerOptionHandling.cpp11 void checkBeginFunction(CheckerContext &Ctx) const {} function in struct:__anon1654::MyChecker
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCXXSelfAssignmentChecker.cpp32 void checkBeginFunction(CheckerContext &C) const;
38 void CXXSelfAssignmentChecker::checkBeginFunction(CheckerContext &C) const { function in class:CXXSelfAssignmentChecker
H A DTraversalChecker.cpp31 void checkBeginFunction(CheckerContext &C) const;
54 void TraversalDumper::checkBeginFunction(CheckerContext &C) const { function in class:TraversalDumper
H A DCheckerDocumentation.cpp187 void checkBeginFunction(CheckerContext &Ctx) const {} function in class:clang::ento::CheckerDocumentation
H A DNonNullParamChecker.cpp39 void checkBeginFunction(CheckerContext &C) const;
234 void NonNullParamChecker::checkBeginFunction(CheckerContext &Context) const { function in class:NonNullParamChecker
H A DVirtualCallChecker.cpp49 void checkBeginFunction(CheckerContext &C) const;
88 void VirtualCallChecker::checkBeginFunction(CheckerContext &C) const { function in class:VirtualCallChecker
H A DCheckObjCDealloc.cpp115 void checkBeginFunction(CheckerContext &Ctx) const;
253 void ObjCDeallocChecker::checkBeginFunction( function in class:ObjCDeallocChecker
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h331 void checkBeginFunction(CheckerContext &C) const;
H A DRetainCountChecker.cpp1331 void RetainCountChecker::checkBeginFunction(CheckerContext &Ctx) const { function in class:RetainCountChecker
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h244 ((const CHECKER *)checker)->checkBeginFunction(C);

Completed in 175 milliseconds