/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | LocalizationChecker.cpp | 132 #define NEW_RECEIVER(receiver) \ argument 137 ADD_NULLARY_METHOD(receiver,method,argument) global() argument 140 ADD_UNARY_METHOD(receiver,method,argument) global() argument 143 ADD_METHOD(receiver,method_list,count,argument) global() argument 606 LSM_INSERT_NULLARY(receiver,method_name) global() argument 609 LSM_INSERT_UNARY(receiver,method_name) global() argument 612 LSM_INSERT_SELECTOR(receiver,method_list,arguments) global() argument [all...] |
H A D | CallAndMessageChecker.cpp | 660 if (const Expr *receiver = ME->getInstanceReceiver()) { in emitNilReceiverBug() local
|
/llvm-project/clang/test/SemaObjC/ |
H A D | builtin_objc_msgSend.m | 6 id receiver; field
|
/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
H A D | halt_on_error-signals.c | 61 void *receiver(void *arg) { in receiver() function
|
/llvm-project/clang/lib/Edit/ |
H A D | EditedSource.cpp | 382 static void applyRewrite(EditsReceiver &receiver, in applyRewrite() 409 void EditedSource::applyRewrites(EditsReceiver &receiver, in applyRewrites()
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransZeroOutPropsInDealloc.cpp | 48 Expr *receiver = ME->getInstanceReceiver(); in VisitObjCMessageExpr() local
|
H A D | TransformActions.cpp | 558 TransformActions::RewriteReceiver &receiver) { in applyRewrites() 676 void TransformActions::applyRewrites(RewriteReceiver &receiver) { in applyRewrites()
|
H A D | ObjCMT.cpp | 257 // for 'super' receiver is nullptr. in rewriteToPropertyDotSyntax() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCRuntime.cpp | 390 canMessageReceiverBeNull(CodeGenFunction & CGF,const ObjCMethodDecl * method,bool isSuper,const ObjCInterfaceDecl * classReceiver,llvm::Value * receiver) canMessageReceiverBeNull() argument
|
H A D | CGObjC.cpp | 297 const Expr *receiver = message->getInstanceReceiver(); shouldExtendReceiverForInnerPointerMessage() local [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 572 if (const Expr *receiver = ME->getInstanceReceiver()) { in VisitNode() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaObjC.cpp | 1190 checkRetainCycles(Expr * receiver,Expr * argument) checkRetainCycles() argument
|
H A D | SemaExprObjC.cpp | 1941 isSelfExpr(Expr * receiver,const ObjCMethodDecl * method) isSelfExpr() argument [all...] |