Searched refs:checkPostObjCMessage (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoReturnFunctionChecker.cpp35 void checkPostObjCMessage(const ObjCMethodCall &msg, CheckerContext &C) const;
87 void NoReturnFunctionChecker::checkPostObjCMessage(const ObjCMethodCall &Msg, function in class:NoReturnFunctionChecker
H A DCheckerDocumentation.cpp97 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const {} function in class:clang::ento::CheckerDocumentation
H A DObjCSuperDeallocChecker.cpp41 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
112 void ObjCSuperDeallocChecker::checkPostObjCMessage(const ObjCMethodCall &M, function in class:ObjCSuperDeallocChecker
122 // We add this transition in checkPostObjCMessage to avoid warning when
H A DObjCSelfInitChecker.cpp71 void checkPostObjCMessage(const ObjCMethodCall &Msg, CheckerContext &C) const;
165 void ObjCSelfInitChecker::checkPostObjCMessage(const ObjCMethodCall &Msg, function in class:ObjCSelfInitChecker
H A DBasicObjCFoundationChecks.cpp821 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
1011 void ObjCLoopChecker::checkPostObjCMessage(const ObjCMethodCall &M, function in class:ObjCLoopChecker
1171 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
1185 void ObjCNonNilReturnValueChecker::checkPostObjCMessage(const ObjCMethodCall &M, function in class:ObjCNonNilReturnValueChecker
H A DTrustNonnullChecker.cpp95 void checkPostObjCMessage(const ObjCMethodCall &Msg, function in class:__anon3427::TrustNonnullChecker
H A DCheckObjCDealloc.cpp118 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
380 void ObjCDeallocChecker::checkPostObjCMessage( function in class:ObjCDeallocChecker
H A DDynamicTypePropagation.cpp107 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
814 void DynamicTypePropagation::checkPostObjCMessage(const ObjCMethodCall &M, function in class:DynamicTypePropagation
H A DNullabilityChecker.cpp99 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
811 void NullabilityChecker::checkPostObjCMessage(const ObjCMethodCall &M, function in class:NullabilityChecker
H A DLocalizationChecker.cpp98 void checkPostObjCMessage(const ObjCMethodCall &msg, CheckerContext &C) const;
969 void NonLocalizedStringChecker::checkPostObjCMessage(const ObjCMethodCall &msg,
H A DMallocChecker.cpp365 void checkPostObjCMessage(const ObjCMethodCall &Call, CheckerContext &C) const;
1460 void MallocChecker::checkPostObjCMessage(const ObjCMethodCall &Call, function in class:MallocChecker
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h153 ((const CHECKER *)checker)->checkPostObjCMessage(msg, C);

Completed in 84 milliseconds