/llvm-project/clang/lib/DirectoryWatcher/mac/ |
H A D | DirectoryWatcher-mac.cpp | 51 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 D | DirectoryWatcher-not-implemented.cpp | 16 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create()
|
/llvm-project/clang/lib/DirectoryWatcher/linux/ |
H A D | DirectoryWatcher-linux.cpp | 144 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 D | NoReturnFunctionChecker.cpp | 114 const ObjCInterfaceDecl *Receiver = Msg.getReceiverInterface(); in checkPostObjCMessage() local
|
H A D | TrustNonnullChecker.cpp | 186 SVal Receiver = MCall->getReceiverSVal(); in isNonNullPtr() local
|
H A D | IvarInvalidationChecker.cpp | 679 const Expr *Receiver = ME->getInstanceReceiver(); in VisitObjCMessageExpr() local
|
H A D | LocalizationChecker.cpp | 779 getLocalizedArgumentForSelector(const IdentifierInfo * Receiver,Selector S) const getLocalizedArgumentForSelector() argument
|
H A D | NullabilityChecker.cpp | 925 SVal Receiver = M.getReceiverSVal(); getReceiverNullability() local
|
/llvm-project/clang/lib/DirectoryWatcher/windows/ |
H A D | DirectoryWatcher-windows.cpp | 85 DirectoryWatcherCallback Receiver) in DirectoryWatcherWindows() 264 DirectoryWatcherCallback Receiver, in create()
|
/llvm-project/clang/lib/AST/ |
H A D | ExprObjC.cpp | 128 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 D | AvoidNSObjectNewCheck.cpp | 71 StringRef Receiver = in getCallFixItHint() local
|
/llvm-project/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 32 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 D | CGObjC.cpp | 83 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 D | CGObjCGNU.cpp | 691 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 D | CGObjCMac.cpp | 2061 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 D | SemaExprObjC.cpp | 1531 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 D | SemaCodeComplete.cpp | 8150 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 D | SemaObjC.cpp | 1123 Expr *Receiver = Message->getInstanceReceiver()->IgnoreImpCasts(); CheckObjCCircularContainer() local
|
H A D | TreeTransform.h | 3789 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 D | ExprObjC.h | 648 llvm::PointerUnion<Stmt *, const Type *, ObjCInterfaceDecl *> Receiver; variable 692 ObjCInterfaceDecl *Receiver) in ObjCPropertyRefExpr() argument [all...] |
/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 2979 ExprResult Receiver = Actions.CorrectDelayedTyposInExpr(ParseExpression()); ParseObjCXXMessageReceiver() local 3008 ExprResult Receiver = ParseCXXTypeConstructExpression(DS); ParseObjCXXMessageReceiver() local [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporterVisitors.cpp | 2310 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 D | CallEvent.cpp | 1282 const MemRegion *Receiver = nullptr; getRuntimeDefinition() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | CalledOnceCheck.cpp | 1542 if (const Expr *Receiver = Message->getInstanceReceiver()) { in VisitObjCMessageExpr() local
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 239 if (const Expr *Receiver = Msg->getInstanceReceiver()) rewriteToPropertyDotSyntax() local
|