Searched defs:checkPostObjCMessage (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DNoReturnFunctionChecker.cpp36 void checkPostObjCMessage(const ObjCMethodCall &msg, CheckerContext &C) const;
88 void NoReturnFunctionChecker::checkPostObjCMessage(const ObjCMethodCall &Msg, function in class:NoReturnFunctionChecker
H A DCheckerDocumentation.cpp96 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const {} function in class:clang::ento::CheckerDocumentation
H A DObjCSelfInitChecker.cpp72 void checkPostObjCMessage(const ObjCMethodCall &Msg, CheckerContext &C) const;
166 void ObjCSelfInitChecker::checkPostObjCMessage(const ObjCMethodCall &Msg, function in class:ObjCSelfInitChecker
H A DObjCSuperDeallocChecker.cpp42 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
119 void ObjCSuperDeallocChecker::checkPostObjCMessage(const ObjCMethodCall &M, function in class:ObjCSuperDeallocChecker
129 // We add this transition in checkPostObjCMessage to avoid warning when
H A DCheckObjCDealloc.cpp118 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
387 void ObjCDeallocChecker::checkPostObjCMessage( function in class:ObjCDeallocChecker
H A DDynamicTypePropagation.cpp108 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
785 void DynamicTypePropagation::checkPostObjCMessage(const ObjCMethodCall &M, function in class:DynamicTypePropagation
H A DNullabilityChecker.cpp114 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
842 void NullabilityChecker::checkPostObjCMessage(const ObjCMethodCall &M, function in class:NullabilityChecker
H A DMallocChecker.cpp205 void checkPostObjCMessage(const ObjCMethodCall &Call, CheckerContext &C) const;
1030 void MallocChecker::checkPostObjCMessage(const ObjCMethodCall &Call, function in class:MallocChecker

Completed in 259 milliseconds