Home
last modified time | relevance | path

Searched defs:Receiver (Results 1 – 25 of 25) sorted by relevance

/llvm-project/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp51 Receiver, in DirectoryWatcherMac()
76 std::function<void(llvm::ArrayRef<Event>, bool)> Receiver; member in __anon0cb5cf400111::DirectoryWatcherMac
82 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver; member
162 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in createFSEventStream()
218 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create()
261 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create()
/llvm-project/clang/lib/DirectoryWatcher/default/
H A DDirectoryWatcher-not-implemented.cpp16 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create()
/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp144 std::function<void(llvm::ArrayRef<Event>, bool)> Receiver; member in __anone8a8889e0111::DirectoryWatcherLinux
299 std::function<void(llvm::ArrayRef<Event>, bool)> Receiver, in DirectoryWatcherLinux()
327 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create()
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoReturnFunctionChecker.cpp114 const ObjCInterfaceDecl *Receiver = Msg.getReceiverInterface(); in checkPostObjCMessage() local
H A DTrustNonnullChecker.cpp186 SVal Receiver = MCall->getReceiverSVal(); in isNonNullPtr() local
H A DIvarInvalidationChecker.cpp679 const Expr *Receiver = ME->getInstanceReceiver(); in VisitObjCMessageExpr() local
H A DLocalizationChecker.cpp779 getLocalizedArgumentForSelector(const IdentifierInfo * Receiver,Selector S) const getLocalizedArgumentForSelector() argument
H A DNullabilityChecker.cpp925 SVal Receiver = M.getReceiverSVal(); getReceiverNullability() local
/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp85 DirectoryWatcherCallback Receiver) in DirectoryWatcherWindows()
264 DirectoryWatcherCallback Receiver, in create()
/llvm-project/clang/lib/AST/
H A DExprObjC.cpp128 ObjCMessageExpr(QualType T,ExprValueKind VK,SourceLocation LBracLoc,TypeSourceInfo * Receiver,Selector Sel,ArrayRef<SourceLocation> SelLocs,SelectorLocationsKind SelLocsK,ObjCMethodDecl * Method,ArrayRef<Expr * > Args,SourceLocation RBracLoc,bool isImplicit) ObjCMessageExpr() argument
144 ObjCMessageExpr(QualType T,ExprValueKind VK,SourceLocation LBracLoc,Expr * Receiver,Selector Sel,ArrayRef<SourceLocation> SelLocs,SelectorLocationsKind SelLocsK,ObjCMethodDecl * Method,ArrayRef<Expr * > Args,SourceLocation RBracLoc,bool isImplicit) ObjCMessageExpr() argument
196 Create(const ASTContext & Context,QualType T,ExprValueKind VK,SourceLocation LBracLoc,TypeSourceInfo * Receiver,Selector Sel,ArrayRef<SourceLocation> SelLocs,ObjCMethodDecl * Method,ArrayRef<Expr * > Args,SourceLocation RBracLoc,bool isImplicit) Create() argument
215 Create(const ASTContext & Context,QualType T,ExprValueKind VK,SourceLocation LBracLoc,Expr * Receiver,Selector Sel,ArrayRef<SourceLocation> SelLocs,ObjCMethodDecl * Method,ArrayRef<Expr * > Args,SourceLocation RBracLoc,bool isImplicit) Create() argument
/llvm-project/clang-tools-extra/clang-tidy/google/
H A DAvoidNSObjectNewCheck.cpp71 StringRef Receiver = in getCallFixItHint() local
/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp32 const ObjCInterfaceDecl *Receiver = Msg->getReceiverInterface(); in checkForLiteralCreation() local
110 const Expr *Receiver, in maybeAdjustInterfaceForSubscriptingCheck()
174 static void maybePutParensOnReceiver(const Expr *Receiver, Commit &commit) { in maybePutParensOnReceiver()
/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp83 llvm::Value *Receiver = Runtime.GetClass(*this, ClassDecl); EmitObjCBoxedExpr() local
228 llvm::Value *Receiver = Runtime.GetClass(*this, Class); EmitObjCCollectionLiteral() local
378 tryGenerateSpecializedMessageSend(CodeGenFunction & CGF,QualType ResultType,llvm::Value * Receiver,const CallArgList & Args,Selector Sel,const ObjCMethodDecl * method,bool isClassMessage) tryGenerateSpecializedMessageSend() argument
440 GeneratePossiblySpecializedMessageSend(CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,llvm::Value * Receiver,const CallArgList & Args,const ObjCInterfaceDecl * OID,const ObjCMethodDecl * Method,bool isClassMessage) GeneratePossiblySpecializedMessageSend() argument
549 llvm::Value *Receiver = nullptr; tryEmitSpecializedAllocInit() local
613 llvm::Value *Receiver = nullptr; EmitObjCMessageExpr() local
2720 llvm::Value *Receiver = Runtime.EmitNSAutoreleasePoolClassRef(*this); EmitObjCMRRAutoreleasePoolPush() local
[all...]
H A DCGObjCGNU.cpp691 LookupIMP(CodeGenFunction & CGF,llvm::Value * & Receiver,llvm::Value * cmd,llvm::MDNode * node,MessageSendInfo & MSI) LookupIMP() argument
756 LookupIMP(CodeGenFunction & CGF,llvm::Value * & Receiver,llvm::Value * cmd,llvm::MDNode * node,MessageSendInfo & MSI) LookupIMP() argument
2165 LookupIMP(CodeGenFunction & CGF,llvm::Value * & Receiver,llvm::Value * cmd,llvm::MDNode * node,MessageSendInfo & MSI) LookupIMP() argument
2636 GenerateMessageSendSuper(CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,const ObjCInterfaceDecl * Class,bool isCategoryImpl,llvm::Value * Receiver,bool IsClassMessage,const CallArgList & CallArgs,const ObjCMethodDecl * Method) GenerateMessageSendSuper() argument
2752 GenerateMessageSend(CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,llvm::Value * Receiver,const CallArgList & CallArgs,const ObjCInterfaceDecl * Class,const ObjCMethodDecl * Method) GenerateMessageSend() argument
[all...]
H A DCGObjCMac.cpp2061 GenerateMessageSendSuper(CodeGen::CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,const ObjCInterfaceDecl * Class,bool isCategoryImpl,llvm::Value * Receiver,bool IsClassMessage,const CodeGen::CallArgList & CallArgs,const ObjCMethodDecl * Method) GenerateMessageSendSuper() argument
2121 GenerateMessageSend(CodeGen::CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,llvm::Value * Receiver,const CallArgList & CallArgs,const ObjCInterfaceDecl * Class,const ObjCMethodDecl * Method) GenerateMessageSend() argument
7346 GenerateMessageSend(CodeGen::CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,llvm::Value * Receiver,const CallArgList & CallArgs,const ObjCInterfaceDecl * Class,const ObjCMethodDecl * Method) GenerateMessageSend() argument
7548 GenerateMessageSendSuper(CodeGen::CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,const ObjCInterfaceDecl * Class,bool isCategoryImpl,llvm::Value * Receiver,bool IsClassMessage,const CodeGen::CallArgList & CallArgs,const ObjCMethodDecl * Method) GenerateMessageSendSuper() argument
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1531 getMessageSendResultType(const Expr * Receiver,QualType ReceiverType,ObjCMethodDecl * Method,bool isClassMessage,bool isSuperMessage) getMessageSendResultType() argument
1726 CheckMessageArgumentTypes(const Expr * Receiver,QualType ReceiverType,MultiExprArg Args,Selector Sel,ArrayRef<SourceLocation> SelectorLocs,ObjCMethodDecl * Method,bool isClassMessage,bool isSuperMessage,SourceLocation lbrac,SourceLocation rbrac,SourceRange RecRange,QualType & ReturnType,ExprValueKind & VK) CheckMessageArgumentTypes() argument
2766 ActOnClassMessage(Scope * S,ParsedType Receiver,Selector Sel,SourceLocation LBracLoc,ArrayRef<SourceLocation> SelectorLocs,SourceLocation RBracLoc,MultiExprArg Args) ActOnClassMessage() argument
2788 BuildInstanceMessageImplicit(Expr * Receiver,QualType ReceiverType,SourceLocation Loc,Selector Sel,ObjCMethodDecl * Method,MultiExprArg Args) BuildInstanceMessageImplicit() argument
2844 BuildInstanceMessage(Expr * Receiver,QualType ReceiverType,SourceLocation SuperLoc,Selector Sel,ObjCMethodDecl * Method,SourceLocation LBracLoc,ArrayRef<SourceLocation> SelectorLocs,SourceLocation RBracLoc,MultiExprArg ArgsIn,bool isImplicit) BuildInstanceMessage() argument
3423 ActOnInstanceMessage(Scope * S,Expr * Receiver,Selector Sel,SourceLocation LBracLoc,ArrayRef<SourceLocation> SelectorLocs,SourceLocation RBracLoc,MultiExprArg Args) ActOnInstanceMessage() argument
[all...]
H A DSemaCodeComplete.cpp8150 ParsedType Receiver; CodeCompleteObjCSuperMessage() local
8193 AddClassMessageCompletions(Sema & SemaRef,Scope * S,ParsedType Receiver,ArrayRef<const IdentifierInfo * > SelIdents,bool AtArgumentExpression,bool IsSuper,ResultBuilder & Results) AddClassMessageCompletions() argument
8269 CodeCompleteObjCClassMessage(Scope * S,ParsedType Receiver,ArrayRef<const IdentifierInfo * > SelIdents,bool AtArgumentExpression,bool IsSuper) CodeCompleteObjCClassMessage() argument
8304 CodeCompleteObjCInstanceMessage(Scope * S,Expr * Receiver,ArrayRef<const IdentifierInfo * > SelIdents,bool AtArgumentExpression,ObjCInterfaceDecl * Super) CodeCompleteObjCInstanceMessage() argument
[all...]
H A DSemaObjC.cpp1123 Expr *Receiver = Message->getInstanceReceiver()->IgnoreImpCasts(); CheckObjCCircularContainer() local
H A DTreeTransform.h3789 RebuildObjCMessageExpr(Expr * Receiver,Selector Sel,ArrayRef<SourceLocation> SelectorLocs,ObjCMethodDecl * Method,SourceLocation LBracLoc,MultiExprArg Args,SourceLocation RBracLoc) RebuildObjCMessageExpr() argument
15647 ExprResult Receiver TransformObjCMessageExpr() local
/llvm-project/clang/include/clang/AST/
H A DExprObjC.h648 llvm::PointerUnion<Stmt *, const Type *, ObjCInterfaceDecl *> Receiver; variable
692 ObjCInterfaceDecl *Receiver) in ObjCPropertyRefExpr() argument
[all...]
/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2979 ExprResult Receiver = Actions.CorrectDelayedTyposInExpr(ParseExpression()); ParseObjCXXMessageReceiver() local
3008 ExprResult Receiver = ParseCXXTypeConstructExpression(DS); ParseObjCXXMessageReceiver() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2310 if (const Expr *Receiver = handle() local
2715 if (const Expr *Receiver = ME->getInstanceReceiver()) { getNilReceiver() local
2732 const Expr *Receiver = getNilReceiver(S, N); VisitNode() local
H A DCallEvent.cpp1282 const MemRegion *Receiver = nullptr; getRuntimeDefinition() local
/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1542 if (const Expr *Receiver = Message->getInstanceReceiver()) { in VisitObjCMessageExpr() local
/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp239 if (const Expr *Receiver = Msg->getInstanceReceiver()) rewriteToPropertyDotSyntax() local